remove unnedded macro crate and make bevy_xr_utils compile for wasm

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2024-07-04 20:38:25 +02:00
parent b6f69eecd9
commit 770ce00e32
6 changed files with 5 additions and 151 deletions

View File

@@ -3,7 +3,6 @@ use std::{any::TypeId, marker::PhantomData};
use bevy::app::{App, Plugin};
use bevy::ecs::system::Resource;
use bevy::math::Vec2;
pub use bevy_xr_macros::Action;
pub struct ActionPlugin<A: Action>(PhantomData<A>);