diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:22 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:22 +0100 |
commit | b688a25810840c5ebf4bf2c18bbdae52c62f6b4d (patch) | |
tree | 923c81d1be62d1344694306d5fb8728841620b6f /stockton-input/Cargo.toml | |
parent | bf9573764c695e65b1504419fafb76ccabb0322b (diff) |
feat(render): WIP eGUI integration
Diffstat (limited to 'stockton-input/Cargo.toml')
-rw-r--r-- | stockton-input/Cargo.toml | 3 |
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" |