10 lines
154 B
Markdown
10 lines
154 B
Markdown
# Rust and raylib playground
|
|
|
|
A sample project to play with rust, raylib, and rust/c interoperability
|
|
|
|
## How to run
|
|
|
|
```shell
|
|
$ cargo run --bin rect
|
|
```
|