Find a file
Observer KRypt0n_ 2ff3ad0122
0.4.0
- added `Group::find_in`, `Version::find_in` and `Version::find_group` methods
  to both `wine` and `dxvk` mods
- `get_downloaded` now returns list of groups with downloaded versions
  instead of just a single list
- added `features` property to `Group` structs of `wine` and `dxvk`
- added support of `[group].features.env` variables to `game::run`
- `ComponentsLoader` now caches `get_wine[dxvk]_versions` output
- `Config::try_get_selected_wine[dxvk]_info`
  renamed to `Config::get_selected_wine[dxvk]`
2023-03-08 14:21:23 +02:00
anime-game-core@e0245c4087 0.3.6 2023-03-07 22:39:33 +02:00
src 0.4.0 2023-03-08 14:21:23 +02:00
.gitignore 0.2.3 2023-03-04 18:38:16 +02:00
.gitmodules 0.3.0 2023-03-06 12:38:37 +02:00
Cargo.toml 0.4.0 2023-03-08 14:21:23 +02:00
LICENSE Initial commit 2022-11-11 14:02:51 +02:00
README.md feat: updated core library 2023-03-05 22:35:56 +02:00

Anime Launcher SDK

SDK based on anime-game-core with some basic instruments like launcher state system and configuration file manager, written on Rust