From c31d51487082c6cf243ecd10da71a15a78d41add Mon Sep 17 00:00:00 2001 From: Micha White Date: Mon, 13 Feb 2023 00:18:57 -0500 Subject: Parse TinyVG files --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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"] -- cgit v1.2.3