refactor(cargo.toml): stereokit in separate block
This commit is contained in:
@@ -34,11 +34,15 @@ slog-stdlog = "4.1.1"
|
|||||||
xkbcommon = { version = "0.5.0", default-features = false }
|
xkbcommon = { version = "0.5.0", default-features = false }
|
||||||
stardust-xr = "0.3.1"
|
stardust-xr = "0.3.1"
|
||||||
stardust-xr-schemas = "0.1.0"
|
stardust-xr-schemas = "0.1.0"
|
||||||
stereokit = {default-features = false, features = ["linux-egl"], version = "0.3.0"}
|
|
||||||
wayland-backend = "=0.1.0-beta.9"
|
wayland-backend = "=0.1.0-beta.9"
|
||||||
wayland-scanner = "=0.30.0-beta.9"
|
wayland-scanner = "=0.30.0-beta.9"
|
||||||
directories = "4.0.1"
|
directories = "4.0.1"
|
||||||
|
|
||||||
|
[dependencies.stereokit]
|
||||||
|
default-features = false
|
||||||
|
features = ["linux-egl"]
|
||||||
|
version = "0.3.0"
|
||||||
|
|
||||||
[dependencies.smithay]
|
[dependencies.smithay]
|
||||||
git = "https://github.com/technobaboo/smithay.git"
|
git = "https://github.com/technobaboo/smithay.git"
|
||||||
branch = "feature/public_input"
|
branch = "feature/public_input"
|
||||||
|
|||||||
Reference in New Issue
Block a user