2022-01-07 16:59:19 +00:00
|
|
|
[package]
|
|
|
|
name = "agb_fixnum"
|
2024-05-25 13:20:03 +01:00
|
|
|
version = "0.20.2"
|
2022-01-07 16:59:19 +00:00
|
|
|
edition = "2021"
|
2022-03-28 22:30:18 +01:00
|
|
|
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-07-14 21:49:53 +01:00
|
|
|
repository = "https://github.com/agbrs/agb"
|
2022-01-07 16:59:19 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-05-25 13:20:03 +01:00
|
|
|
agb_macros = { version = "0.20.2", path = "../agb-macros" }
|
2024-03-06 17:33:34 +00:00
|
|
|
num-traits = { version = "0.2", default-features = false }
|