fix(dependencies): pin wayland backend and scanner

This commit is contained in:
Nova
2022-09-17 20:42:16 -04:00
parent f794983ff7
commit 3e18833211

View File

@@ -34,7 +34,9 @@ slog-stdlog = "4.1.1"
xkbcommon = { version = "0.5.0", default-features = false }
stardust-xr = "0.1.0"
stardust-xr-schemas = "0.1.0"
stereokit = {default_features = false, features = ["linux-egl"], version = "0.2.0"}
stereokit = {default-features = false, features = ["linux-egl"], version = "0.2.0"}
wayland-backend = "=0.1.0-beta.9"
wayland-scanner = "=0.30.0-beta.9"
[dependencies.smithay]
git = "https://github.com/technobaboo/smithay.git"