diff --git a/Cargo.toml b/Cargo.toml index 15ea20a2..0f8e9552 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ strum = { version = "0.25.0", features = ["derive"] } thiserror = "1.0.56" vulkano = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" } vulkano-shaders = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" } -wlx-capture = { git = "https://github.com/galister/wlx-capture" } +wlx-capture = { git = "https://github.com/galister/wlx-capture", default-features = false } xdg = "2.5.2" [features]