From a2da434013df9d0c8bd19262a3df1e450a4d174b Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sun, 15 Aug 2021 20:39:17 +0100 Subject: [PATCH] Rename the directory --- {agb-entry => agb-macros}/Cargo.lock | 0 {agb-entry => agb-macros}/Cargo.toml | 0 {agb-entry => agb-macros}/src/lib.rs | 0 agb/Cargo.toml | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename {agb-entry => agb-macros}/Cargo.lock (100%) rename {agb-entry => agb-macros}/Cargo.toml (100%) rename {agb-entry => agb-macros}/src/lib.rs (100%) diff --git a/agb-entry/Cargo.lock b/agb-macros/Cargo.lock similarity index 100% rename from agb-entry/Cargo.lock rename to agb-macros/Cargo.lock diff --git a/agb-entry/Cargo.toml b/agb-macros/Cargo.toml similarity index 100% rename from agb-entry/Cargo.toml rename to agb-macros/Cargo.toml diff --git a/agb-entry/src/lib.rs b/agb-macros/src/lib.rs similarity index 100% rename from agb-entry/src/lib.rs rename to agb-macros/src/lib.rs diff --git a/agb/Cargo.toml b/agb/Cargo.toml index 99c47433..8b651160 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -20,7 +20,7 @@ debug = true [dependencies] bitflags = "1.2" agb_image_converter = { version = "0.6.0", path = "../agb-image-converter" } -agb_macros = { version = "0.1.0", path = "../agb-entry" } +agb_macros = { version = "0.1.0", path = "../agb-macros" } [package.metadata.docs.rs] default-target = "thumbv6m-none-eabi"