Skip to content

Commit

Permalink
fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Mar 18, 2024
1 parent 3265ba5 commit 48db59d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ rayon = "1.7.0"
protobuf-support = "3.3.0"
proc-macro2 = "1.0.69"
rand = "0.8.5"
opus = "0.3.0"
bytes = "1.5.0"
opus = "0.3.0"
audiopus_sys = { version = "0.2.2", features = ["static"] }


[dependencies.csgoproto]
path = "../csgoproto"
Expand Down

0 comments on commit 48db59d

Please sign in to comment.