From 4c113824c7a28c5807a7037b77322eda0c44785c Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 26 Apr 2021 14:43:39 -0400 Subject: [PATCH] raylib-rs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc9ba6d..bafa62a 100644 --- a/README.md +++ b/README.md @@ -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