mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Release agb-sound-converter v0.2.0
This commit is contained in:
parent
78dc3ac57f
commit
c1cfb9910a
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "agb_sound_converter"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Gwilym Kuiper <gw@ilym.me>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
|
|
@ -21,7 +21,7 @@ freq18157 = ["agb_sound_converter/freq18157"]
|
|||
[dependencies]
|
||||
bitflags = "1"
|
||||
agb_image_converter = { version = "0.7.0", path = "../agb-image-converter" }
|
||||
agb_sound_converter = { version = "0.1.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_fixnum = { version = "0.1.0", path = "../agb-fixnum" }
|
||||
bare-metal = "1"
|
||||
|
|
2
book/games/pong/Cargo.lock
generated
2
book/games/pong/Cargo.lock
generated
|
@ -59,7 +59,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "agb_sound_converter"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"hound",
|
||||
"proc-macro2",
|
||||
|
|
2
examples/the-hat-chooses-the-wizard/Cargo.lock
generated
2
examples/the-hat-chooses-the-wizard/Cargo.lock
generated
|
@ -59,7 +59,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "agb_sound_converter"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"hound",
|
||||
"proc-macro2",
|
||||
|
|
2
examples/the-purple-night/Cargo.lock
generated
2
examples/the-purple-night/Cargo.lock
generated
|
@ -59,7 +59,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "agb_sound_converter"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"hound",
|
||||
"proc-macro2",
|
||||
|
|
Loading…
Reference in a new issue