Skip to content

Commit e5145c5

Browse files
committed
Add Geometry API object
1 parent f77cc47 commit e5145c5

File tree

15 files changed

+2030
-6
lines changed

15 files changed

+2030
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)