diff options
author | Aaditya Dhruv <[email protected]> | 2022-12-30 16:07:57 +0530 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2022-12-30 16:07:57 +0530 |
commit | 4ad6b7cf18afc95f29d7def48185901503a3a563 (patch) | |
tree | e0cc8c0e8035d5cf8c66a103cd00a81940cdd9ed /Cargo.toml | |
parent | daab90b52f8eb488b9713604729b23e09d4851cb (diff) |
basic screen display
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |