diff --git a/Cargo.toml b/Cargo.toml index 00a8a77..7ec3c8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ yew-router = "0.18" walkdir = "2.3.2" wasm-bindgen = "0.2" wasm-bindgen-futures = "0.4" -web-sys = "0.3" toml = "0.5" js-sys = "0.3" serde = { version = "1", features = ["derive"] } @@ -19,3 +18,11 @@ console_error_panic_hook = "0.1.7" [workspace] members = ["src-tauri"] + + +[dependencies.web-sys] +version = "0.3" +features = [ + "Window", + "console" +] \ No newline at end of file diff --git a/config.toml b/config.toml deleted file mode 100644 index 1752b44..0000000 --- a/config.toml +++ /dev/null @@ -1,3 +0,0 @@ -cslol_dir = "C:\\Users\\poslop\\Games\\lol\\cslol-manager" -wad_dir = "C:\\Riot Games\\League of Legends\\Game\\DATA\\FINAL\\Champions" -extract_dir = "" diff --git a/index.html b/index.html index 2666354..65d2d8f 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,19 @@ -
- d + + +