agb/agb-fixnum/Cargo.toml
2024-02-21 13:58:27 +00:00

12 lines
391 B
TOML

[package]
name = "agb_fixnum"
version = "0.18.1"
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.18.1", path = "../agb-macros" }
num = { version = "0.4", default-features = false }