chore: update stardust crates

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-10-20 19:56:53 +02:00
parent 91f0f32acc
commit 795a97b35e
6 changed files with 592 additions and 145 deletions

View File

@@ -132,6 +132,7 @@ impl Reify for App {
.field_transform(Transform::from_rotation(Quat::from_rotation_x(FRAC_PI_2)))
.pointer_mode(PointerMode::Align)
.max_distance(0.05)
.reparentable(false)
.build()
.child(self.create_model())
.children(self.launched.load(Ordering::Relaxed).then(|| {

View File

@@ -29,7 +29,7 @@ impl<State: ValidState> CustomElement<State> for AppLauncher<State> {
_resource: &mut Self::Resource,
) -> Result<Self::Inner, Self::Error> {
let spatial = Spatial::create(
info.parent_space.client()?.get_root(),
info.parent_space.client().get_root(),
Transform::identity(),
false,
)?;