aboutsummaryrefslogtreecommitdiff
path: root/stockton-input/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'stockton-input/Cargo.toml')
-rw-r--r--stockton-input/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/stockton-input/Cargo.toml b/stockton-input/Cargo.toml
index fa6507f..57ea6e1 100644
--- a/stockton-input/Cargo.toml
+++ b/stockton-input/Cargo.toml
@@ -5,4 +5,5 @@ authors = ["Oscar Shrimpton <oscar.shrimpton.personal@gmail.com>"]
edition = "2018"
[dependencies]
-stockton-types = { path = "../stockton-types" } \ No newline at end of file
+stockton-types = { path = "../stockton-types" }
+egui = "^0.2"