agb/agb-fixnum/Cargo.toml

12 lines
391 B
TOML
Raw Normal View History

2022-01-07 16:59:19 +00:00
[package]
name = "agb_fixnum"
2024-03-06 19:11:47 +00:00
version = "0.19.1"
2022-01-07 16:59:19 +00: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"
repository = "https://github.com/agbrs/agb"
2022-01-07 16:59:19 +00:00
[dependencies]
2024-03-06 19:11:47 +00:00
agb_macros = { version = "0.19.1", path = "../agb-macros" }
2024-02-21 13:58:27 +00:00
num = { version = "0.4", default-features = false }