mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Release agb v0.5.0
This commit is contained in:
parent
0cafd8eaca
commit
e32a086122
2
agb/Cargo.lock
generated
2
agb/Cargo.lock
generated
|
@ -10,7 +10,7 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|||
|
||||
[[package]]
|
||||
name = "agb"
|
||||
version = "0.4.1"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"agb_image_converter",
|
||||
"bitflags",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "agb"
|
||||
version = "0.4.1"
|
||||
version = "0.5.0"
|
||||
authors = ["Corwin Kuiper <corwin@kuiper.dev>"]
|
||||
edition = "2018"
|
||||
description = "Library for Game Boy Advance Development"
|
||||
|
|
|
@ -7,7 +7,7 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
agb = "0.4.1"
|
||||
agb = "0.5.0"
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
|
|
Loading…
Reference in a new issue