- updated honkers's patch work
This commit is contained in:
Observer KRypt0n_ 2023-04-18 21:42:58 +02:00
parent 9858290240
commit c72815e906
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 2 additions and 4 deletions

View file

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

View file

@ -1,13 +1,11 @@
use std::path::PathBuf; use std::path::PathBuf;
use serde::{Serialize, Deserialize}; use serde::{Serialize, Deserialize};
use wincompatlib::prelude::*;
use anime_game_core::prelude::*; use anime_game_core::prelude::*;
use anime_game_core::honkai::prelude::*; use anime_game_core::honkai::prelude::*;
use crate::config::ConfigExt; use crate::config::ConfigExt;
use crate::components::wine::WincompatlibWine;
#[derive(Debug, Clone, Serialize, Deserialize)] #[derive(Debug, Clone, Serialize, Deserialize)]
pub enum LauncherState { pub enum LauncherState {