aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:20 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:20 +0100
commitde0f306ffcdf540c16ff2f89d99790c7f2b541fc (patch)
treef84e4a898a74ac412b4b332eb7c8c842c1b6af04 /Cargo.toml
parentf6c2f402e245c620f8f03dcf3aa6265fca6e8dcf (diff)
refactor(render): remove old entity stuff from world type
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 75e03a9..1f0fa74 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,5 +2,6 @@
members = [
"stockton-types",
"stockton-render",
- "examples/render-quad"
+ "examples/render-quad",
+ "examples/render-bsp"
] \ No newline at end of file