-> needs work but starts and runs and steps through the 1-chip8 -> has debugging level code for determining what buttons are being pushed
15 lines
217 B
TOML
15 lines
217 B
TOML
[package]
|
|
name = "gemmasdl2"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
gemma = { path = "../gemma" }
|
|
egui_sdl2_platform = "0.3.0"
|
|
gl = "0.14"
|
|
egui = "0.27"
|
|
egui_glow = "0.27"
|
|
|
|
pollster = "0.2"
|
|
anyhow = "1.0"
|