Files
Greg Shuflin 24efbeddf2 Initial claude-generated commit
prompt:

yeah give me a starter project structure with rust + wgpu + trunk, with
a really simple 3d scene - maybe just moving the camera around 3d space
with WSAD, and a couple of flat-shaded colorful spheres and octohedrons
floating in space to give something to look at
2026-02-07 20:54:13 -08:00

7 lines
80 B
TOML

[build]
# Output directory
dist = "dist"
[watch]
watch = ["src", "index.html"]