agb_fixnum 0.16.0

Library for abstracting over fixed precision numbers. Designed for use with the agb library for the Game Boy Advance
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "agb_fixnum"
version = "0.16.0"
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.16.0", path = "../agb-macros" }