Implement rect.rs: move a rectangle using keyboard keys

This commit is contained in:
2024-02-18 11:38:05 +01:00
parent 9e86f4eeb8
commit 3f2220265f
8 changed files with 64 additions and 26 deletions

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
rect: rect.rs
rustc -L. -lraylib $< -o bin/$@