From c72815e9064a854b8e944da3b536ee57db886d04 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Tue, 18 Apr 2023 21:42:58 +0200 Subject: [PATCH] 1.0.12 - updated honkers's patch work --- Cargo.toml | 4 ++-- src/honkai/states.rs | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 87df251..03ad0c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.0.11" +version = "1.0.12" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" readme = "README.md" @@ -8,7 +8,7 @@ edition = "2021" [dependencies.anime-game-core] git = "https://github.com/an-anime-team/anime-game-core" -tag = "1.7.2" +tag = "1.7.4" features = ["all"] # path = "../anime-game-core" # ! for dev purposes only diff --git a/src/honkai/states.rs b/src/honkai/states.rs index f2a3310..7174ef4 100644 --- a/src/honkai/states.rs +++ b/src/honkai/states.rs @@ -1,13 +1,11 @@ use std::path::PathBuf; use serde::{Serialize, Deserialize}; -use wincompatlib::prelude::*; use anime_game_core::prelude::*; use anime_game_core::honkai::prelude::*; use crate::config::ConfigExt; -use crate::components::wine::WincompatlibWine; #[derive(Debug, Clone, Serialize, Deserialize)] pub enum LauncherState {