mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
37c30586c3
these projects are not tested or run on the gba or are dependencies and therefore follow the binaries settings
11 lines
339 B
TOML
11 lines
339 B
TOML
[package]
|
|
name = "agb_fixnum"
|
|
version = "0.15.0"
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
description = "Library for abstracting over fixed precision numbers. Designed for use with the agb library for the Game Boy Advance"
|
|
repository = "https://github.com/agbrs/agb"
|
|
|
|
[dependencies]
|
|
agb_macros = { version = "0.15.0", path = "../agb-macros" }
|