mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Release agb-fixnum v0.2.1
This commit is contained in:
parent
c791df18e5
commit
8eb4b99045
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "agb_fixnum"
|
name = "agb_fixnum"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
description = "Library for abstracting over fixed precision numbers. Designed for use with the agb library for the Game Boy Advance"
|
description = "Library for abstracting over fixed precision numbers. Designed for use with the agb library for the Game Boy Advance"
|
||||||
|
|
|
@ -23,7 +23,7 @@ bitflags = "1"
|
||||||
agb_image_converter = { version = "0.7.0", path = "../agb-image-converter" }
|
agb_image_converter = { version = "0.7.0", path = "../agb-image-converter" }
|
||||||
agb_sound_converter = { version = "0.2.0", path = "../agb-sound-converter" }
|
agb_sound_converter = { version = "0.2.0", path = "../agb-sound-converter" }
|
||||||
agb_macros = { version = "0.2.0", path = "../agb-macros" }
|
agb_macros = { version = "0.2.0", path = "../agb-macros" }
|
||||||
agb_fixnum = { version = "0.2.0", path = "../agb-fixnum" }
|
agb_fixnum = { version = "0.2.1", path = "../agb-fixnum" }
|
||||||
bare-metal = "1"
|
bare-metal = "1"
|
||||||
modular-bitfield = "0.11"
|
modular-bitfield = "0.11"
|
||||||
rustc-hash = { version = "1", default-features = false }
|
rustc-hash = { version = "1", default-features = false }
|
||||||
|
|
2
book/games/pong/Cargo.lock
generated
2
book/games/pong/Cargo.lock
generated
|
@ -30,7 +30,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "agb_fixnum"
|
name = "agb_fixnum"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"agb_macros",
|
"agb_macros",
|
||||||
]
|
]
|
||||||
|
|
2
examples/the-hat-chooses-the-wizard/Cargo.lock
generated
2
examples/the-hat-chooses-the-wizard/Cargo.lock
generated
|
@ -30,7 +30,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "agb_fixnum"
|
name = "agb_fixnum"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"agb_macros",
|
"agb_macros",
|
||||||
]
|
]
|
||||||
|
|
2
examples/the-purple-night/Cargo.lock
generated
2
examples/the-purple-night/Cargo.lock
generated
|
@ -30,7 +30,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "agb_fixnum"
|
name = "agb_fixnum"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"agb_macros",
|
"agb_macros",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue