Skip to content

Commit cc956f4

Browse files
authored
Add remaining 2d/3d drawing primitives (#98)
1 parent ee7a4aa commit cc956f4

File tree

27 files changed

+4137
-17
lines changed

27 files changed

+4137
-17
lines changed

Cargo.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,22 @@ path = "examples/custom_material.rs"
128128
name = "input"
129129
path = "examples/input.rs"
130130

131+
[[example]]
132+
name = "primitives_2d"
133+
path = "examples/primitives_2d.rs"
134+
135+
[[example]]
136+
name = "primitives_3d"
137+
path = "examples/primitives_3d.rs"
138+
139+
[[example]]
140+
name = "curves"
141+
path = "examples/curves.rs"
142+
143+
[[example]]
144+
name = "shapes"
145+
path = "examples/shapes.rs"
146+
131147
[[example]]
132148
name = "blend_modes"
133149
path = "examples/blend_modes.rs"

0 commit comments

Comments
 (0)