Use git dep for iced
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 37s
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 37s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user