Skip to content

Commit 86786d4

Browse files
authored
Add Geometry API object (#48)
1 parent 4af8d5d commit 86786d4

File tree

13 files changed

+1943
-6
lines changed

13 files changed

+1943
-6
lines changed

Cargo.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@ path = "examples/update_pixels.rs"
5252
name = "transforms"
5353
path = "examples/transforms.rs"
5454

55+
[[example]]
56+
name = "box"
57+
path = "examples/box.rs"
58+
59+
[[example]]
60+
name = "animated_mesh"
61+
path = "examples/animated_mesh.rs"
62+
63+
[[example]]
64+
name = "custom_attribute"
65+
path = "examples/custom_attribute.rs"
66+
5567
[profile.wasm-release]
5668
inherits = "release"
5769
opt-level = "z"

0 commit comments

Comments
 (0)