From 99aadcfc605394dfd3c35d485593eca35e1c4fde Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Tue, 17 Dec 2024 16:01:15 +0200 Subject: [PATCH] add rust version to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0515e61..355f277 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Chip8 Emulator -A Chip8 emulator written in [Rust](https://www.rust-lang.org/) for learning and educational purposes. +A Chip8 emulator written in [Rust](https://www.rust-lang.org/) (1.83.0) for learning and educational purposes. In turns inside your Terminal and the code can be easily modified to run in other envionments.