mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-25 01:01: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]
|
[package]
|
||||||
name = "agb-entrypoint"
|
name = "agb_entrypoint"
|
||||||
version = "0.6.0"
|
version = "0.6.0"
|
||||||
authors = ["Gwilym Kuiper <gw@ilym.me>"]
|
authors = ["Gwilym Kuiper <gw@ilym.me>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
|
@ -20,6 +20,7 @@ debug = true
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "1.2"
|
bitflags = "1.2"
|
||||||
agb_image_converter = { version = "0.6.0", path = "../agb-image-converter" }
|
agb_image_converter = { version = "0.6.0", path = "../agb-image-converter" }
|
||||||
|
agb_entrypoint = { version = "0.6.0", path = "../agb-entrypoint" }
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
default-target = "thumbv6m-none-eabi"
|
default-target = "thumbv6m-none-eabi"
|
||||||
|
|
Loading…
Reference in a new issue