refactor overlay windowing
This commit is contained in:
@@ -73,6 +73,7 @@ xcb = { version = "1.6.0", optional = true, features = [
|
||||
image_dds = { version = "0.7.2", default-features = false, features = [
|
||||
"ddsfile",
|
||||
] }
|
||||
interprocess = { version = "2.2.3" }
|
||||
mint = "0.5.9"
|
||||
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
|
||||
tracing = "0.1.41"
|
||||
@@ -94,7 +95,6 @@ smithay = { version = "0.7.0", default-features = false, features = [
|
||||
uuid = { version = "1.18.1", features = ["v4", "fast-rng"], optional = true }
|
||||
wayland-client = { workspace = true, optional = true }
|
||||
wayland-egl = { version = "0.32.8", optional = true }
|
||||
interprocess = { version = "2.2.3", optional = true }
|
||||
bytes = { version = "1.10.1", optional = true }
|
||||
wayvr_ipc = { git = "https://github.com/olekolek1000/wayvr-ipc.git", rev = "a72587d23f3bb8624d9aeb1f13c0a21e65350f51", default-features = false, optional = true }
|
||||
rust-embed = { workspace = true }
|
||||
@@ -119,7 +119,6 @@ wayvr = [
|
||||
"dep:uuid",
|
||||
"dep:wayland-client",
|
||||
"dep:wayland-egl",
|
||||
"dep:interprocess",
|
||||
"dep:bytes",
|
||||
"dep:wayvr_ipc",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user