Skip to content

Commit 4dff6e3

Browse files
committed
fix build on linux
1 parent b2e6bd0 commit 4dff6e3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

RustApp/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RustApp/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ fix-path-env = { git = "https://github.com/wiiznokes/fix-path-env-rs", rev = "86
9494
env_logger = "0.11"
9595
nnnoiseless = "0.5"
9696
open = "5"
97-
speexdsp = { git = "https://github.com/wiiznokes/speexdsp-rs-fork", rev = "28f1d784a92ed0bd2929caebeae02ecdbc3e0ad4", features = [
97+
speexdsp = { git = "https://github.com/wiiznokes/speexdsp-rs-fork", rev = "367a12d11ac2fea30ef712c779b7e5f5707d33fe", features = [
9898
"sys",
9999
"vendored-sys",
100100
] }
@@ -111,3 +111,6 @@ winres = "0.1"
111111

112112
# [patch."https://github.com/pop-os/libcosmic.git"]
113113
# libcosmic = { path = "../../libcosmic" }
114+
115+
# [patch."https://github.com/wiiznokes/speexdsp-rs-fork"]
116+
# speexdsp = { path = "../../speexdsp-rs-fork" }

0 commit comments

Comments
 (0)