[feat] init

This commit is contained in:
2024-02-29 11:55:14 +05:30
commit d1b0f03779
7 changed files with 484 additions and 0 deletions

17
Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "chip8-emu"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5", features = ["derive"] }
log = "0.4.20"
simple_logger = "4.3"
#byteorder = "1.5"
#sdl2 = "0.36.0"
[profile.release]
#strip = true
#lto = true