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"
|
||||
path = "examples/pieces.rs"
|
||||
|
||||
[[example]]
|
||||
name = "flying_objects"
|
||||
path = "examples/flying_objects.rs"
|
||||
|
||||
[[example]]
|
||||
name = "render_layers"
|
||||
path = "examples/render_layers.rs"
|
||||
|
|
Loading…
Reference in New Issue