fix dependency tree when --no-default-features

This commit is contained in:
galister
2024-03-01 21:43:50 +01:00
parent 75dcfc8096
commit d562d4b236

View File

@@ -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]