We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc5c5a commit 8a401f9Copy full SHA for 8a401f9
interactive/Cargo.toml
@@ -32,7 +32,7 @@ caw_audio_file = { path = "../audio-file" }
32
caw_widgets = { path = "../widgets" }
33
env_logger = "0.11"
34
rand = "0.9"
35
-wide = "0.7"
+wide = "0.8"
36
clap = { version = "4", features = ["derive"] }
37
38
[[example]]
modules/Cargo.toml
@@ -16,7 +16,7 @@ web = ["getrandom/wasm_js"]
16
caw_core = { version = "0.5", path = "../core" }
17
caw_builder_proc_macros = { version = "0.1", path = "../builder-proc-macros" }
18
itertools = "0.14"
19
20
21
log = "0.4"
22
getrandom = "0.3"
0 commit comments