mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-16 21:58:25 +00:00
add collect assets
This commit is contained in:
parent
1ab5a03aef
commit
0ec085fbbd
1 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,7 @@ tokio = { version = "1.16.1", features = ["full"] }
|
|||
atty = "0.2.14"
|
||||
regex = "1.5.4"
|
||||
chrono = "0.4.19"
|
||||
anyhow = "1.0.53"
|
||||
anyhow = "1"
|
||||
hyper = "0.14.17"
|
||||
hyper-rustls = "0.23.2"
|
||||
indicatif = "0.17.0-rc.11"
|
||||
|
@ -81,6 +81,8 @@ toml_edit = "0.19.11"
|
|||
tauri-bundler = { version = "1.2", features = ["native-tls-vendored"] }
|
||||
tauri-utils = "1.3"
|
||||
|
||||
collect-assets = { git = "https://github.com/DioxusLabs/collect-assets" }
|
||||
|
||||
dioxus-autofmt = { workspace = true }
|
||||
dioxus-check = { workspace = true }
|
||||
rsx-rosetta = { workspace = true }
|
||||
|
|
Loading…
Add table
Reference in a new issue