From 0695c23a78423664ef28a090ccac1e3bd545daa1 Mon Sep 17 00:00:00 2001 From: Cole Landers Date: Sat, 31 Jan 2026 19:30:02 -0600 Subject: [PATCH] move raylib rs to ack --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1be862f..cded666 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,6 @@ * [![Rust][Rust]][Rust-url] * [![Raylib][Raylib]][Raylib-url] -* [![Raylib Rust Bindings][raylib-rs]][Raylib-Rust-url] * [![Clap][Clap]][Clap-url] * [![Rodio][Rodio]][Rodio-url] @@ -184,6 +183,7 @@ Project Link: [https://git.colelanders.dev/jlanders/chip8-em](https://git.colela ## Acknowledgments +* [raylib-rs](https://github.com/raylib-rs/raylib-rs) - For raylib rust bindings * [John Earnest Chip8 Archive](https://github.com/JohnEarnest/chip8Archive) - For amazing tools and support of the Chip8 ecosystem

(back to top)

@@ -205,7 +205,6 @@ Project Link: [https://git.colelanders.dev/jlanders/chip8-em](https://git.colela [Raylib]: https://img.shields.io/badge/raylib-white?style=for-the-badge&logo=target&logoColor=black [Raylib-url]: https://www.raylib.com/ -[Raylib-Rust-url]: https://github.com/raylib-rs/raylib-rs [Clap]: https://img.shields.io/badge/clap-blue?style=for-the-badge&logo=command-line&logoColor=white [Clap-url]: https://github.com/clap-rs/clap