agb/agb-fixnum/Cargo.toml

13 lines
440 B
TOML
Raw Normal View History

2022-01-08 03:59:19 +11:00
[package]
name = "agb_fixnum"
2024-10-03 08:08:04 +10:00
version = "0.21.1"
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"
repository = "https://github.com/agbrs/agb"
keywords = ["no-std", "no-std::no-alloc"]
2022-01-08 03:59:19 +11:00
[dependencies]
2024-10-03 08:08:04 +10:00
agb_macros = { version = "0.21.1", path = "../agb-macros" }
2024-03-07 04:33:34 +11:00
num-traits = { version = "0.2", default-features = false }