mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Release agb-fixnum v0.2.0
This commit is contained in:
parent
c1cfb9910a
commit
021fdda997
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "agb_fixnum"
|
name = "agb_fixnum"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
|
@ -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.1.0", path = "../agb-fixnum" }
|
agb_fixnum = { version = "0.2.0", 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.1.0"
|
version = "0.2.0"
|
||||||
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.1.0"
|
version = "0.2.0"
|
||||||
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.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"agb_macros",
|
"agb_macros",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue