fix(packaging): use workspace deps

This commit is contained in:
Nova
2024-11-01 15:10:00 -04:00
parent e8e485b472
commit c830becbff
4 changed files with 17 additions and 136 deletions

View File

@@ -12,6 +12,9 @@ homepage = "https://stardustxr.org"
[workspace]
members = ["codegen"]
[workspace.dependencies.stardust-xr]
git = "https://github.com/StardustXR/core.git"
[[bin]]
name = "stardust-xr-server"
path = "src/main.rs"
@@ -110,7 +113,7 @@ features = ["no-event-loop"]
default-features = false
[dependencies.stardust-xr]
git = "https://github.com/StardustXR/core.git"
workspace = true
[dependencies.stardust-xr-server-codegen]
path = "codegen"