Update README to include clang dependency, move virtual mic creation to the app, add length tracking to the app and remove sounds that already ended, move from Systemtime to Instant and virtual mic recreation inside the app if anything bugs out

This commit is contained in:
csd4ni3l
2026-01-23 14:20:35 +01:00
parent ea2fa978ca
commit 6fcd4a4154
4 changed files with 107 additions and 25 deletions

View File

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