Skip to content

Commit

Permalink
fix: don't reflect large types
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed May 5, 2024
1 parent 89fd0c8 commit e3fdbdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bevy_ort"
description = "bevy ort (onnxruntime) plugin"
version = "0.12.2"
version = "0.12.3"
edition = "2021"
authors = ["mosure <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 0 additions & 4 deletions src/models/flame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ pub struct FlamePlugin;
impl Plugin for FlamePlugin {
fn build(&self, app: &mut App) {
app.init_resource::<Flame>();

app.register_type::<FlameInput>();
app.register_type::<FlameOutput>();

app.add_systems(PreUpdate, flame_inference_system);
}
}
Expand Down

0 comments on commit e3fdbdd

Please sign in to comment.