- Adding SCHIP instructions SDL2: - Sorting out Joystick/Gamepad/Whatever Util: - Disassembler in progress
9 lines
163 B
TOML
9 lines
163 B
TOML
[package]
|
|
name = "gemmautil"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
gemma = { path = "../gemma" }
|
|
clap = { version = "4.5.20", features = ["derive"] }
|