thetawavegame / thetawave

A physics based, space shooter game made with Rust and the Bevy engine.
https://thetawave.metalmancy.tech
MIT License
164 stars 9 forks source link

Reduce bevy install features to reduce build times and binary size #119

Closed varoonp123 closed 1 year ago

varoonp123 commented 1 year ago

This cuts down ~18/450 deps from cargo build --features storage It cuts the linux binary size by ~5% and the Wasm binary size ~10% (~24Mb->22Mb).

https://github.com/bevyengine/bevy/blob/main/docs/cargo_features.md

The default features we no longer use are:

Also no more bevy_egui