From a5653853f8fc755fba346c63452eaf233fdd5b84 Mon Sep 17 00:00:00 2001 From: Nova Date: Sat, 2 Nov 2024 13:52:30 -0400 Subject: [PATCH] feat: switch back to dev branch of core --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2c40961..6d9f166 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ members = ["codegen"] [workspace.dependencies.stardust-xr] git = "https://github.com/StardustXR/core.git" +branch = "dev" [[bin]] name = "stardust-xr-server"