Skip to content

Commit

Permalink
refactor: initial refactor to use asteroids
Browse files Browse the repository at this point in the history
  • Loading branch information
technobaboo committed Oct 19, 2024
1 parent 0914dd3 commit 1751e98
Show file tree
Hide file tree
Showing 9 changed files with 783 additions and 446 deletions.
175 changes: 142 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ homepage = "https://stardustxr.org"

[dependencies]
glam = { version = "0.28.0", features = ["mint"] }
manifest-dir-macros = "0.1.18"
lazy_static = "1.4.0"
tokio = { version = "1.38.0", features = ["full"] }
input-event-codes = "6.2.0"
Expand All @@ -22,6 +21,8 @@ color-eyre = "0.6.3"
colorgrad = "0.6.2"
map-range = "0.1.2"
ashpd = { version = "0.8.1", features = ["tokio"], default-features = false }
derive_setters = "0.1.6"
derive-where = "1.2.7"

[dependencies.stardust-xr-fusion]
git = "https://github.com/StardustXR/core.git"
Expand All @@ -30,3 +31,7 @@ branch = "dev"
[dependencies.stardust-xr-molecules]
git = "https://github.com/StardustXR/molecules.git"
branch = "dev"

[dependencies.asteroids]
git = "https://github.com/StardustXR/asteroids.git"
branch = "dev"
Loading

0 comments on commit 1751e98

Please sign in to comment.