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 5500334 commit d1c272eCopy full SHA for d1c272e
src/devices/Cargo.toml
@@ -19,7 +19,7 @@ intaglio = "1.10.0"
19
bitflags = "1.2.0"
20
crossbeam-channel = "0.5"
21
env_logger = "0.9.0"
22
-libc = ">=0.2.39"
+libc = { git = "https://github.com/frc4533-lincoln/libc.git", branch = "main" }
23
log = "0.4.0"
24
nix = { version = "0.24.1", features = ["poll"] }
25
pw = { package = "pipewire", version = "0.8.0", optional = true }
0 commit comments