diff --git a/agb-entrypoint/Cargo.toml b/agb-entrypoint/Cargo.toml index 4e2567ba..ace8dfb9 100644 --- a/agb-entrypoint/Cargo.toml +++ b/agb-entrypoint/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "agb-entrypoint" +name = "agb_entrypoint" version = "0.6.0" authors = ["Gwilym Kuiper "] edition = "2018" diff --git a/agb/Cargo.toml b/agb/Cargo.toml index 01164dce..7093115d 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -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"