Trevor Merritt 9b64a959f3 CLEANUP: cleans up dependencies to use workspace version
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
2025-05-29 13:27:10 -04:00

21 lines
535 B
TOML

[package]
name = "gemmaimgui"
version = "0.1.0"
edition = "2021"
[dependencies]
gemma = { path = "../gemma" }
pretty_env_logger.workspace = true
log.workspace = true
rand.workspace = true
chrono.workspace = true
dimensioned.workspace = true
clap.workspace = true
imgui-glium-renderer = { version = "0.12.0" }
imgui-winit-support = { version = "0.12.0" }
glium = { version = "0.34.0" }
image = { version = "0.23" }
imgui = { version = "0.12.0" }
winit = { version = "0.27", features = ["x11", "mint"] }
copypasta = { version = "0.8" }