aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 713c60f..5ed76d5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,10 @@
[workspace]
members = [
"stockton-types",
+ "stockton-input",
+ "stockton-input-codegen",
"stockton-render",
"stockton-levels",
- "examples/render-bsp"
+ "examples/render-bsp",
+ "examples/input-codegen"
] \ No newline at end of file