CLEANUP: standardizes on pretty_env_logger NEWBIN: Adds gemmarat to use Ratatui as an interface CLEANUP: removes debugging display from computer.rs ENHANCEMENT: Constants for locations of test roms built from environment BUGFIX: SoundTimer was using i32 internally when it needs to be u8 CLEANUP: removes commented code used during diagnostics
17 lines
344 B
TOML
17 lines
344 B
TOML
[package]
|
|
name = "gemma"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
autobenches = true
|
|
|
|
[dependencies]
|
|
pretty_env_logger.workspace = true
|
|
rand.workspace = true
|
|
chrono.workspace = true
|
|
dimensioned.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
flate2.workspace = true
|
|
clap.workspace = true
|
|
hex.workspace = true
|
|
log.workspace = true |