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

8
rust/README.md Normal file
View File

@@ -0,0 +1,8 @@
# Raylib in Rust
## Quick start
```sh
$ make
$ ./raylib_rust
```