refactor: restructure the project

This commit is contained in:
2026-04-11 18:33:11 +02:00
parent 53649df179
commit d871db2b2f
52 changed files with 25 additions and 41 deletions

2
languages/rust/Makefile Normal file
View File

@@ -0,0 +1,2 @@
raylib_rust: main.rs
rustc --edition 2021 main.rs -C link-args="-L ../raylib-5.5_linux_amd64/lib -l:libraylib.a -lm" -o raylib_rust