summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-02-13 00:24:07 -0500
committerMicha White <botahamec@outlook.com>2023-02-13 00:24:07 -0500
commit861b467b95be55db3a42182b77dba944869bf49f (patch)
treef58057d5ab9ad53601332981a31553b0ad05fe1b /Cargo.toml
parentc31d51487082c6cf243ecd10da71a15a78d41add (diff)
Rename the subdirectories
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"]