chore: remove unneeded cargo patch

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-03-23 01:21:16 +01:00
committed by Nova
parent ecf915d3b6
commit 373d393063
2 changed files with 2 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"