From 861b467b95be55db3a42182b77dba944869bf49f Mon Sep 17 00:00:00 2001 From: Micha White Date: Mon, 13 Feb 2023 00:24:07 -0500 Subject: Rename the subdirectories --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6ce8ec1..212fdb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace] -members = ["alligator_render", "alligator_resources", "alligator_tvg"] +members = ["render", "resources", "tvg"] resolver = "2" [package] @@ -9,7 +9,7 @@ edition = "2021" rust-version = "1.65" [dependencies] -alligator_render = { path = "alligator_render" } +alligator_render = { path = "render" } [lib] crate-type = ["cdylib", "lib"] -- cgit v1.2.3