Trevor Merritt 902d5c1875 Adds gemmasdl2
-> needs work but starts and runs and steps through the 1-chip8
 -> has debugging level code for determining what buttons are being pushed
2024-10-17 14:50:15 -04:00

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"