nibble8 0.1.2

Yet another Rust implementation of a Chip-8 interpreter, using sdl2.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.rand]
version = "0.8.4"

[dependencies.sdl2]
version = "0.34.5"

[package]
authors = ["Daniel Hogers <daniel@hgrsd.nl>"]
description = "Yet another Rust implementation of a Chip-8 interpreter, using sdl2."
documentation = "https://github.com/hgrsd/nibble8/blob/master/README.md"
edition = "2018"
homepage = "https://github.com/hgrsd/nibble8/"
license = "MIT"
name = "nibble8"
readme = "./README.md"
repository = "https://github.com/hgrsd/nibble8/"
version = "0.1.2"