Rename crate with an _ to be consistent with the image converter

This commit is contained in:
Gwilym Kuiper 2021-08-07 16:25:34 +01:00
parent e6447cb08f
commit c59f063b2b
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
[package]
name = "agb-entrypoint"
name = "agb_entrypoint"
version = "0.6.0"
authors = ["Gwilym Kuiper <gw@ilym.me>"]
edition = "2018"

View file

@ -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"