mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Update Rust crate bitflags to v2
This commit is contained in:
parent
3793034ec3
commit
044261a2ff
|
@ -21,7 +21,7 @@ default = ["testing"]
|
|||
testing = []
|
||||
|
||||
[dependencies]
|
||||
bitflags = "1"
|
||||
bitflags = "2"
|
||||
agb_image_converter = { version = "0.13.0", path = "../agb-image-converter" }
|
||||
agb_sound_converter = { version = "0.13.0", path = "../agb-sound-converter" }
|
||||
agb_macros = { version = "0.13.0", path = "../agb-macros" }
|
||||
|
|
Loading…
Reference in a new issue