@@ -52,6 +52,7 @@ 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", tag = "v0.3.8", default-features = false }
|
||||
winit = { version = "0.29.15", optional = true }
|
||||
xdg = "2.5.2"
|
||||
|
||||
[features]
|
||||
@@ -61,3 +62,4 @@ openxr = ["dep:openxr"]
|
||||
osc = ["dep:rosc"]
|
||||
x11 = ["wlx-capture/xshm"]
|
||||
wayland = ["wlx-capture/pipewire", "wlx-capture/wlr"]
|
||||
uidev = ["dep:winit"]
|
||||
|
||||
Reference in New Issue
Block a user