mirror of
https://github.com/kittywitch/katgba.git
synced 2025-12-22 00:09:17 -08:00
8 lines
165 B
TOML
8 lines
165 B
TOML
[build]
|
|
target = "thumbv4t-none-eabi"
|
|
|
|
[unstable]
|
|
build-std = ["core"]
|
|
|
|
[target.thumbv4t-none-eabi]
|
|
runner = "mgba-qt" # sets the emulator to run bins/examples with
|