aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:22 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:22 +0100
commitb380ad94647c9bc446d5a76bb16dcc286077275a (patch)
treeb62b99d26474ce8f7c0caeff37f2e3b9ec166f91 /Cargo.toml
parent5ad62fff05064a6a025a9b947ebab05ed7770e6c (diff)
feat(input): virtual input mapping and codegen
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