mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Rename crate with an _ to be consistent with the image converter
This commit is contained in:
parent
e6447cb08f
commit
c59f063b2b
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "agb-entrypoint"
|
||||
name = "agb_entrypoint"
|
||||
version = "0.6.0"
|
||||
authors = ["Gwilym Kuiper <gw@ilym.me>"]
|
||||
edition = "2018"
|
||||
|
|
|
@ -20,6 +20,7 @@ debug = true
|
|||
[dependencies]
|
||||
bitflags = "1.2"
|
||||
agb_image_converter = { version = "0.6.0", path = "../agb-image-converter" }
|
||||
agb_entrypoint = { version = "0.6.0", path = "../agb-entrypoint" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
default-target = "thumbv6m-none-eabi"
|
||||
|
|
Loading…
Reference in a new issue