Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1611,6 +1611,18 @@ description = "Renders two 3d passes to the same window from different perspecti
category = "3D Rendering"
wasm = true

[[example]]
name = "blur"
path = "examples/3d/blur.rs"
doc-scrape-examples = true
required-features = ["bevy_feathers"]

[package.metadata.example.blur]
name = "Blur"
description = "Demonstrates blurring selected UI panels over a live 3D scene"
category = "3D Rendering"
wasm = true

[[example]]
name = "vertex_colors"
path = "examples/3d/vertex_colors.rs"
Expand Down
Loading