chore: use the new asteroids name
Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
tracy = ["dep:tracing-tracy", "asteroids/tracy"]
|
||||
tracy = ["dep:tracing-tracy", "stardust-xr-asteroids/tracy"]
|
||||
|
||||
[dependencies]
|
||||
protostar = { path = "../protostar" }
|
||||
@@ -24,7 +24,7 @@ tracing-tracy = { version = "0.11.4", default-features = false, features = [
|
||||
tokio = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
stardust-xr-fusion = { workspace = true }
|
||||
asteroids = { workspace = true }
|
||||
stardust-xr-asteroids = { workspace = true }
|
||||
tracing = "0.1.41"
|
||||
single = { path = "../single" }
|
||||
rayon = "1.11.0"
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
mod hex;
|
||||
|
||||
use asteroids::{
|
||||
ClientState, CustomElement, Element, Migrate, Reify, Transformable, client,
|
||||
elements::{Button, Grabbable, Model, ModelPart, PointerMode, Spatial},
|
||||
use stardust_xr_asteroids::{
|
||||
client, elements::{Button, Grabbable, Model, ModelPart, PointerMode, Spatial}, ClientState, CustomElement, Element, Identifiable as _, Migrate, Reify, Transformable
|
||||
};
|
||||
use glam::Quat;
|
||||
use hex::Hex;
|
||||
|
||||
Reference in New Issue
Block a user