mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +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
|
||||
|
||||
[dependencies]
|
||||
image = { version = "0.23", default-features = false, features = [
|
||||
image = { version = "0.24", default-features = false, features = [
|
||||
"png",
|
||||
"bmp",
|
||||
] }
|
||||
syn = { version = "2", features = ["proc-macro", "parsing"] }
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
asefile = "0.3.6"
|
||||
asefile = "0.3.7"
|
||||
fontdue = "0.8"
|
||||
|
|
Loading…
Reference in a new issue