- updated core library
This commit is contained in:
Observer KRypt0n_ 2023-06-08 11:42:01 +02:00
parent 7bd96bc81a
commit 6aef2d3d5d
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 8 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "anime-launcher-sdk"
version = "1.6.2"
version = "1.6.3"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0"
readme = "README.md"
@ -9,7 +9,7 @@ edition = "2021"
[dependencies.anime-game-core]
git = "https://github.com/an-anime-team/anime-game-core"
tag = "1.11.4"
tag = "1.11.5"
features = ["all"]
# path = "../anime-game-core" # ! for dev purposes only

View file

@ -17,6 +17,11 @@ use crate::genshin::env_emulation::Environment;
pub mod discord_rpc;
pub mod prelude {
pub use super::{
Launcher,
LauncherStyle
};
#[cfg(feature = "discord-rpc")]
pub use super::discord_rpc::DiscordRpc;
}

View file

@ -28,7 +28,7 @@ pub mod prelude {
pub use super::launcher::prelude::*;
pub use super::game::prelude::*;
pub use super::launcher::*;
pub use super::launcher::prelude::*;
pub use super::game::*;
pub use super::patch::*;