CleanCut / rusty_engine

2D game engine for learning Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Too slow to compile

ZulluBalti opened this issue · comments

Hi,

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

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