aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:19 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:19 +0100
commita963fc3b65eff0f20afff71d0388f1d472467733 (patch)
treef3521822186a17711f52d62080d0a5992e2b7046 /Cargo.toml
parentcd94fb83fb51d37a84cbb80c8135430e26c74566 (diff)
feat(render): Resize vertex buffers and rainbow triangles example
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4eb38b7..1022b60 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
members = [
"stockton-types",
"stockton-render",
- "examples/render"
+ "examples/render-triangles"
]