raylib-rs link

This commit is contained in:
Evan Pratten 2021-04-26 14:43:39 -04:00
parent eed3f3d752
commit 4c113824c7

View File

@ -11,7 +11,7 @@
**Deep Breath** is an exploration game where you explore an underwater cave in hopes of finding your lost transponder. Items and upgrades can be acquired along the way to assist your search.
This game was written in [Rust](https://www.rust-lang.org/), on top of **[@raysan5](https://github.com/raysan5/)**'s [`raylib`](https://github.com/raysan5/raylib) graphics library. For most of our team, this has been our first big Rust project.
This game was written in [Rust](https://www.rust-lang.org/), on top of [Rust bindings](https://github.com/deltaphc/raylib-rs) to the [`raylib`](https://github.com/raysan5/raylib) graphics library. For most of our team, this has been our first big Rust project.
## Development Resources