添加界面优化
This commit is contained in:
@@ -7,6 +7,7 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.102"
|
||||
dioxus = { version = "0.7.1", features = ["router"] }
|
||||
futures = "0.3.32"
|
||||
polars = { version="0.53.0", features = ["lazy", "csv"] }
|
||||
@@ -17,3 +18,4 @@ default = ["desktop"]
|
||||
web = ["dioxus/web"]
|
||||
desktop = ["dioxus/desktop"]
|
||||
mobile = ["dioxus/mobile"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user