diff options
| author | Micha White <botahamec@outlook.com> | 2023-02-13 00:24:07 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-02-13 00:24:07 -0500 |
| commit | 861b467b95be55db3a42182b77dba944869bf49f (patch) | |
| tree | f58057d5ab9ad53601332981a31553b0ad05fe1b /Cargo.toml | |
| parent | c31d51487082c6cf243ecd10da71a15a78d41add (diff) | |
Rename the subdirectories
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] |
