CleanCut / rusty_engine

2D game engine for learning Rust
376 stars 48 forks source link

Too slow to compile #61

Closed ZulluBalti closed 1 year ago

ZulluBalti commented 1 year ago

Hi,

Every time I run "cargo run" after making even a small change it takes too long to compile the code.

CleanCut commented 1 year ago

rusty_engine uses bevy under-the-hood. Feel free to follow Bevy's "fast compile" advice to speed things up!