mirror of
https://github.com/kittywitch/katgba.git
synced 2025-12-22 00:09:17 -08:00
feat: make build :o
This commit is contained in:
commit
3c055d49e9
13 changed files with 521 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue