Add bevy_egui and use example code from there, use mold for starter Rust linking and update README

This commit is contained in:
csd4ni3l
2025-12-22 20:18:18 +01:00
parent 90925ae173
commit 98fd370ee5
4 changed files with 273 additions and 20 deletions

View File

@@ -1 +1,4 @@
Soundboard made in Rust & Bevy. My first Rust project.
Soundboard made in Rust & Bevy. My first Rust project.
For compilation on Linux, you will need the mold linker to speed things up.
On an arch machine for example, do `sudo pacman -S mold`