feat: make build :o

This commit is contained in:
Kat Inskip 2025-07-24 19:42:45 -07:00
commit 3c055d49e9
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
13 changed files with 521 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "katgba"
description = "kat video game"
version = "0.1.0"
edition = "2024"
include = ["src/foo.txt", "/build/linker_scripts"]
build = "build.rs"
[dependencies]
gba = "0.14.1"
[build-dependencies]
gbafix = "1.0.4"