diff --git a/Cargo.lock b/Cargo.lock index 2b5e57a..bb83e43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2620,6 +2620,7 @@ checksum = "2f2b15926089e5526bb2dd738a2eb0e59034356e06eb71e1cd912358c0e62c4d" [[package]] name = "stardust-xr" version = "0.45.0" +source = "git+https://github.com/StardustXR/core.git?branch=dev#752e34817e045997c7bdca53cda6bb8a0055e902" dependencies = [ "cluFlock", "color-eyre", @@ -2640,6 +2641,7 @@ dependencies = [ [[package]] name = "stardust-xr-schemas" version = "1.5.3" +source = "git+https://github.com/StardustXR/core.git?branch=dev#752e34817e045997c7bdca53cda6bb8a0055e902" dependencies = [ "flatbuffers", "flexbuffers", diff --git a/Cargo.toml b/Cargo.toml index a57509a..e494c63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,9 +12,6 @@ homepage = "https://stardustxr.org" [workspace] members = ["codegen"] -[patch."https://github.com/StardustXR/core.git"] -stardust-xr.path = "../core/core" - [workspace.dependencies.stardust-xr] git = "https://github.com/StardustXR/core.git" branch = "dev"