24efbeddf2
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
7 lines
80 B
TOML
7 lines
80 B
TOML
[build]
|
|
# Output directory
|
|
dist = "dist"
|
|
|
|
[watch]
|
|
watch = ["src", "index.html"]
|