mirror of https://github.com/wayvr-org/wayvr.git
fix dependency tree when --no-default-features
This commit is contained in:
parent
75dcfc8096
commit
d562d4b236
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue