feat(rust): implement

This commit is contained in:
Pihkaal
2025-09-27 15:45:25 +02:00
parent b76d2998c6
commit 8a320f5a03
4 changed files with 132 additions and 0 deletions

2
rust/Makefile Normal file
View File

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