add collect assets

This commit is contained in:
Evan Almloff 2023-08-16 14:03:28 -05:00
parent 1ab5a03aef
commit 0ec085fbbd

View file

@ -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 }