Use cargo as a build system instead of makefiles

This commit is contained in:
2024-02-18 12:36:07 +01:00
parent e3c86e0e37
commit c05f984698
9 changed files with 39 additions and 10 deletions

View File

@@ -1,3 +1,9 @@
# Rust and raylib playground
A sample project to play with rust, raylib, and rust/c interoperability
## How to run
```shell
$ cargo run --bin rect
```