summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-02-13 00:18:57 -0500
committerMicha White <botahamec@outlook.com>2023-02-13 00:18:57 -0500
commitc31d51487082c6cf243ecd10da71a15a78d41add (patch)
tree6d76b939ffca2e949208197da9b4ef7f31350515 /Cargo.toml
parentb22ddd8da7075954b691903ef85f7c8f1e6b0811 (diff)
Parse TinyVG files
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 3ffddd5..6ce8ec1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[workspace]
-members = ["alligator_render", "alligator_resources"]
+members = ["alligator_render", "alligator_resources", "alligator_tvg"]
resolver = "2"
[package]
@@ -9,7 +9,7 @@ edition = "2021"
rust-version = "1.65"
[dependencies]
-alligator_render = {path = "alligator_render"}
+alligator_render = { path = "alligator_render" }
[lib]
crate-type = ["cdylib", "lib"]