TheBevyFlock / bevy_new_minimal

"Hello, world!" for Bevy
MIT License
3 stars 1 forks source link

Optimizations in `Cargo.toml`? #12

Open benfrankel opened 1 month ago

benfrankel commented 1 month ago

Currently we enable optimization settings in Cargo.toml, but we aren't including the log / tracing dependencies that set feature flags to disable expensive logging. We should probably do both or neither.