Migration
This commit is contained in:
13
LauncherSource/launcher_client_iced/Cargo.toml
Normal file
13
LauncherSource/launcher_client_iced/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "launcher_client_iced"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
iced = { version = "0.8", features = ["tokio"] }
|
||||
iced_futures = "0.6"
|
||||
iced_native = "0.9"
|
||||
reqwest = { version = "0.11", features = ["rustls-tls"] }
|
||||
directories = "4.0"
|
||||
Reference in New Issue
Block a user