agb/agb-fixnum/Cargo.toml

12 lines
391 B
TOML
Raw Normal View History

2022-01-08 03:59:19 +11:00
[package]
name = "agb_fixnum"
2022-03-29 08:27:19 +11:00
version = "0.2.0"
2022-01-08 03:59:19 +11:00
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"
2022-01-08 03:59:19 +11:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-03-29 08:18:22 +11:00
agb_macros = { version = "0.2.0", path = "../agb-macros" }