Remove leftover apply deferred example metadata from Cargo.toml (#19939)
I was a bit confused when searching for info about apply deferred, then I found this metadata without the actual example in the manifest.
This commit is contained in:
parent
4564a5ba0d
commit
ec825d135b
@ -2092,12 +2092,6 @@ description = "Full guide to Bevy's ECS"
|
|||||||
category = "ECS (Entity Component System)"
|
category = "ECS (Entity Component System)"
|
||||||
wasm = false
|
wasm = false
|
||||||
|
|
||||||
[package.metadata.example.apply_deferred]
|
|
||||||
name = "Apply System Buffers"
|
|
||||||
description = "Show how to use `ApplyDeferred` system"
|
|
||||||
category = "ECS (Entity Component System)"
|
|
||||||
wasm = false
|
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "change_detection"
|
name = "change_detection"
|
||||||
path = "examples/ecs/change_detection.rs"
|
path = "examples/ecs/change_detection.rs"
|
||||||
|
Loading…
Reference in New Issue
Block a user