1
0
Fork 0
mirror of https://github.com/italicsjenga/agb.git synced 2025-01-11 09:31:34 +11:00
agb/agb-fixnum/Cargo.toml

11 lines
339 B
TOML
Raw Normal View History

2022-01-08 03:59:19 +11:00
[package]
name = "agb_fixnum"
2023-07-19 03:55:12 +10:00
version = "0.16.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"
repository = "https://github.com/agbrs/agb"
2022-01-08 03:59:19 +11:00
[dependencies]
2023-07-19 03:55:12 +10:00
agb_macros = { version = "0.16.0", path = "../agb-macros" }