Skip to content

Commit c2244e3

Browse files
committed
Add audiopus_sys patch for windows compatibility
1 parent 8741608 commit c2244e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ ntest = "0.9"
8080
symphonia = { version = "0.5.2", features = ["aac", "isomp4", "mp3"] }
8181
tokio = { version = "1", features = ["rt", "rt-multi-thread", "test-util"] }
8282

83+
[patch.crates-io]
84+
audiopus_sys = { git = 'https://github.com/sevenc-nanashi/audiopus_sys', rev = '00e9d16' }
85+
8386
[features]
8487
# Core features
8588
default = ["driver", "gateway", "rustls", "serenity", "tungstenite"]

0 commit comments

Comments
 (0)