move cargo config to the right place, add audio playing (SoundSystem), add better scaling, fix centralpanel initiated before sidepanel, make everything based on height, add file scrolling

This commit is contained in:
csd4ni3l
2026-01-22 17:51:32 +01:00
parent bc027228d6
commit 9c34ebbff5
3 changed files with 102 additions and 39 deletions

View File

@@ -19,7 +19,3 @@ features = [
"x11",
"bevy_winit",
]
[target.'cfg(target_os = "linux")']
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]