Initial commit
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "nes-emu"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
bitfield = "0.19.3"
|
||||
iced = { version = "0.13.1", features = ["debug", "canvas", "tokio", "lazy"] }
|
||||
iced_graphics = { version = "0.13.0", features = ["geometry", "image"] }
|
||||
iced_widget = { version = "0.13.4", features = ["canvas", "image"] }
|
||||
thiserror = "2.0.17"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.20", features = ["ansi", "chrono", "env-filter", "json", "serde"] }
|
||||
Reference in New Issue
Block a user