From c59f063b2b07b4d6776d0a68081c8b6722ffb859 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sat, 7 Aug 2021 16:25:34 +0100 Subject: [PATCH] Rename crate with an _ to be consistent with the image converter --- agb-entrypoint/Cargo.toml | 2 +- agb/Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"