2022-01-08 03:59:19 +11:00
|
|
|
[package]
|
|
|
|
name = "agb_fixnum"
|
2024-05-18 08:09:16 +10:00
|
|
|
version = "0.20.1"
|
2022-01-08 03:59:19 +11:00
|
|
|
edition = "2021"
|
2022-03-29 08:30:18 +11: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-15 06:49:53 +10:00
|
|
|
repository = "https://github.com/agbrs/agb"
|
2022-01-08 03:59:19 +11:00
|
|
|
|
|
|
|
[dependencies]
|
2024-05-18 08:09:16 +10:00
|
|
|
agb_macros = { version = "0.20.1", path = "../agb-macros" }
|
2024-03-07 04:33:34 +11:00
|
|
|
num-traits = { version = "0.2", default-features = false }
|