Add flying_objects example to Cargo.toml.

This commit is contained in:
Robin KAY 2023-10-27 21:34:40 +01:00
parent 8c3d55b254
commit 10304a6164
1 changed files with 4 additions and 0 deletions

View File

@ -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"