Use git dep for iced
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 37s

This commit is contained in:
2026-04-08 23:05:38 -05:00
parent 233fae545a
commit 5b2fc83dfb
2 changed files with 20 additions and 1 deletions

View File

@@ -35,12 +35,17 @@ web-sys = { version = "*", features = [
], optional = true }
cpal = { version = "0.17.1", optional = true}
ringbuf = { version = "0.4.8", optional = true}
iced = { path = "../iced", features = [], optional = true }
# iced_core = { path = "../iced/core", features = ["advanced"], optional = true }
rfd = { version = "0.17.2", optional = true }
tokio = { version = "1.48.0", features = [], optional = true }
log = "*"
[dependencies.iced]
git = "https://github.com/the10thWiz/iced"
rev = "31e5378fedbb908cad81cd21915223bf06c0a37c"
features = []
optional = true
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1"
console_log = "1.0"