aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2022-12-30 16:07:57 +0530
committerAaditya Dhruv <[email protected]>2022-12-30 16:07:57 +0530
commit4ad6b7cf18afc95f29d7def48185901503a3a563 (patch)
treee0cc8c0e8035d5cf8c66a103cd00a81940cdd9ed /Cargo.toml
parentdaab90b52f8eb488b9713604729b23e09d4851cb (diff)
basic screen display
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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"