fix: readd smithay commit

This commit is contained in:
Nova
2025-01-16 11:45:50 -08:00
parent 4ea0d60310
commit 18a2d3ab1d

View File

@@ -26,8 +26,8 @@ name = "stardust-xr-server"
path = "src/main.rs" path = "src/main.rs"
[features] [features]
# default = ["wayland"] default = []
# wayland = ["dep:smithay"] wayland = ["dep:smithay", "dep:wayland-scanner", "dep:wayland-backend"]
profile_tokio = ["dep:console-subscriber", "tokio/tracing"] profile_tokio = ["dep:console-subscriber", "tokio/tracing"]
profile_app = ["dep:tracing-tracy"] profile_app = ["dep:tracing-tracy"]
@@ -111,23 +111,23 @@ crossbeam-channel = "0.5.14"
atomicow = "1.0.0" atomicow = "1.0.0"
# wayland # wayland
# wayland-scanner = "0.31.2" wayland-scanner = { version = "0.31.2", optional = true }
# wayland-backend = "0.3.4" wayland-backend = { version = "0.3.4", optional = true }
#
# [dependencies.smithay] [dependencies.smithay]
# # git = "https://github.com/technobaboo/smithay.git" # git = "https://github.com/technobaboo/smithay.git"
# # git = "https://github.com/colinmarc/smithay.git" # git = "https://github.com/colinmarc/smithay.git"
# git = "https://github.com/smithay/smithay.git" git = "https://github.com/smithay/smithay.git"
# # path = "../smithay" # path = "../smithay"
# default-features = false default-features = false
# features = [ features = [
# "desktop", "desktop",
# "backend_drm", "backend_drm",
# "backend_egl", "backend_egl",
# "renderer_gl", "renderer_gl",
# "wayland_frontend", "wayland_frontend",
# ] ]
# optional = true optional = true
[dependencies.stardust-xr] [dependencies.stardust-xr]
workspace = true workspace = true