界面初步完成
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "wisun_download_rust"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
iced = "0.13.1"
|
||||
anyhow = "1.0.91"
|
||||
serde = {version = "1.0.213", features = ["derive"]}
|
||||
serde_json = "1.0.132"
|
||||
|
||||
[package.metadata.windows]
|
||||
link-args=["/SUBSYSTEM:WINDOWS"]
|
||||
subsystem="windows"
|
||||
Reference in New Issue
Block a user