mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
bump asefile version
This commit is contained in:
parent
2c8cb646ac
commit
c4d06b6e7f
|
@ -11,12 +11,12 @@ repository = "https://github.com/agbrs/agb"
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
image = { version = "0.23", default-features = false, features = [
|
image = { version = "0.24", default-features = false, features = [
|
||||||
"png",
|
"png",
|
||||||
"bmp",
|
"bmp",
|
||||||
] }
|
] }
|
||||||
syn = { version = "2", features = ["proc-macro", "parsing"] }
|
syn = { version = "2", features = ["proc-macro", "parsing"] }
|
||||||
proc-macro2 = "1"
|
proc-macro2 = "1"
|
||||||
quote = "1"
|
quote = "1"
|
||||||
asefile = "0.3.6"
|
asefile = "0.3.7"
|
||||||
fontdue = "0.8"
|
fontdue = "0.8"
|
||||||
|
|
Loading…
Reference in a new issue