deps ovr_overlay and wlx-capture to use github. remove vulkano-win and util

This commit is contained in:
galister
2024-01-27 18:30:01 +01:00
parent 8ad1dadcd4
commit a67e303256
2 changed files with 24 additions and 340 deletions

View File

@@ -28,7 +28,7 @@ libc = "0.2.147"
log = "0.4.20"
once_cell = "1.18.0"
openxr = { version = "0.17.1", optional = true }
ovr_overlay = { features = ["ovr_input", "ovr_system"], path = "../ovr_overlay_oyasumi", optional = true }
ovr_overlay = { features = ["ovr_input", "ovr_system"], git = "https://github.com/galister/ovr_overlay_oyasumi", optional = true }
png = "0.17.10"
raw-window-handle = "0.5.2"
regex = "1.9.5"
@@ -41,10 +41,8 @@ thiserror = "1.0.56"
tinyvec = "1.6.0"
vulkano = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" }
vulkano-shaders = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" }
vulkano-util = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" }
vulkano-win = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" }
winit = "0.29.10"
wlx-capture = { path = "../wlx-capture" }
wlx-capture = { git = "https://github.com/galister/wlx-capture" }
[features]
openvr = ["dep:ovr_overlay"]