Add flying_objects example to Cargo.toml.
This commit is contained in:
parent
8c3d55b254
commit
10304a6164
@ -48,6 +48,10 @@ path = "examples/shapes.rs"
|
|||||||
name = "pieces"
|
name = "pieces"
|
||||||
path = "examples/pieces.rs"
|
path = "examples/pieces.rs"
|
||||||
|
|
||||||
|
[[example]]
|
||||||
|
name = "flying_objects"
|
||||||
|
path = "examples/flying_objects.rs"
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "render_layers"
|
name = "render_layers"
|
||||||
path = "examples/render_layers.rs"
|
path = "examples/render_layers.rs"
|
||||||
|
Loading…
Reference in New Issue
Block a user