From 82be808586c8d1ff9f70879fc8a64f7d2b75fb00 Mon Sep 17 00:00:00 2001 From: Nova Date: Mon, 26 Sep 2022 14:57:49 -0400 Subject: [PATCH] fix(stereokit): version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 60cadab..fe8a8df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ slog-stdlog = "4.1.1" xkbcommon = { version = "0.5.0", default-features = false } stardust-xr = "0.3.1" 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.3.0"} wayland-backend = "=0.1.0-beta.9" wayland-scanner = "=0.30.0-beta.9" directories = "4.0.1"