From 4ad6b7cf18afc95f29d7def48185901503a3a563 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Fri, 30 Dec 2022 16:07:57 +0530 Subject: basic screen display --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e13653c..d4be877 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [package] -name = "chip-8" +name = "chip8" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +sdl2 = "0.35.2" -- cgit