summaryrefslogtreecommitdiff
path: root/ui/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-12-21 19:31:29 -0500
committerMicha White <botahamec@outlook.com>2023-12-21 19:31:29 -0500
commitd68f3fe96cf635f172804f728aafea9adabec6f1 (patch)
treee64d6531a98a348bc97241c218b8fcccfd87a43e /ui/Cargo.toml
parent655e896fb57ede428f889c6c7598f8954784e0dd (diff)
Remove UI
Diffstat (limited to 'ui/Cargo.toml')
-rw-r--r--ui/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/ui/Cargo.toml b/ui/Cargo.toml
deleted file mode 100644
index e38296c..0000000
--- a/ui/Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[package]
-name = "ui"
-version = "0.1.0"
-edition = "2021"
-publish = false
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
-tetra = "0.6"
-model = {path = "../model"}
-engine = {path = "../engine"} \ No newline at end of file