Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.
Open
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ building_blocks_mesh = { path = "crates/building_blocks_mesh", version = "0.6.0"
building_blocks_search = { path = "crates/building_blocks_search", version = "0.6.0", default-features = false, optional = true }

[dev-dependencies]
bevy_fly_camera = "0.7"
simdnoise = "3.1"

# Common code for tests and examples.
Expand Down Expand Up @@ -104,3 +105,8 @@ required-features = ["mesh"]
name = "lod_terrain"
path = "examples/lod_terrain/lod_terrain.rs"
required-features = ["glam", "mesh"]

[[example]]
name = "blocky_ambient_occlusion"
path = "examples/blocky_ambient_occlusion/blocky_ambient_occlusion.rs"
required-features = ["mesh"]
Loading