diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ [workspace] -members = ["packer", "textures", "tvg", "scripts", "sprites", "sys", "console"] +members = ["scripts", "sprites", "sys", "console"] resolver = "2" [package] @@ -13,7 +13,6 @@ publish = false alligator_scripts = { path = "scripts" } alligator_sprites = { path = "sprites" } alligator_sys = { path = "sys" } -alligator_textures = { path = "textures" } clap = "4" serde = "1" |
