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:
Vadim 2025-07-03 23:42:51 +03:00 committed by GitHub
parent 4564a5ba0d
commit ec825d135b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2092,12 +2092,6 @@ description = "Full guide to Bevy's ECS"
category = "ECS (Entity Component System)"
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]]
name = "change_detection"
path = "examples/ecs/change_detection.rs"