Compare commits
2 Commits
bb79838593
...
cfd0b3dbd6
Author | SHA1 | Date |
---|---|---|
Beni Bachmann | cfd0b3dbd6 | |
Beni Bachmann | faf172d9eb |
|
@ -60,6 +60,7 @@ impl Plugin for BlenvyPlugin {
|
||||||
fn build(&self, app: &mut App) {
|
fn build(&self, app: &mut App) {
|
||||||
app.add_plugins((
|
app.add_plugins((
|
||||||
ComponentsFromGltfPlugin::default(),
|
ComponentsFromGltfPlugin::default(),
|
||||||
|
#[cfg(not(target_arch = "wasm32"))]
|
||||||
ExportRegistryPlugin::default(),
|
ExportRegistryPlugin::default(),
|
||||||
BlueprintsPlugin::default(),
|
BlueprintsPlugin::default(),
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in New Issue