Skip to content

Commit

Permalink
wip: remove legend plugin for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
carrascomj committed Dec 27, 2024
1 parent 8408c2f commit 9e208aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fn main() {
.add_systems(Startup, setup_system)
.add_plugins(aesthetics::AesPlugin)
.add_plugins(scale::ZoomPlugin)
.add_plugins(legend::LegendPlugin)
// .add_plugins(legend::LegendPlugin)
.run();
}

Expand Down

0 comments on commit 9e208aa

Please sign in to comment.