mirror of
https://github.com/kittywitch/katgba.git
synced 2025-12-22 08:19:15 -08:00
13 lines
187 B
Markdown
13 lines
187 B
Markdown
# katgba
|
|
|
|
Currently an example Rust game from the GBA crate, but with nix building.
|
|
|
|
## Usage
|
|
|
|
```
|
|
# Build rom
|
|
nix build .#katgba
|
|
|
|
# Use mgba-qt with a built rom
|
|
nix run .#katgba-emu
|
|
```
|