Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Add disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim authored Jul 8, 2024
1 parent 16f7676 commit 4dedc7b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
> [!IMPORTANT]
> Starting from Bevy 0.14, we now have [observers!](https://docs.rs/bevy/latest/bevy/ecs/prelude/struct.Observer.html).
> Because they can do everything spew set out to do, Bevy 0.14 will be the last version supported by the plugin.
> From now on, spew will no longer receive updates.
>
> For an example of how I recommend to do spawning logic now, see [this PR](https://github.com/TheBevyFlock/bevy-template/pull/70)
> on the new semi-official Bevy jam template.
# Spew

[![crates.io](https://img.shields.io/crates/v/spew)](https://crates.io/crates/spew)
Expand Down

0 comments on commit 4dedc7b

Please sign in to comment.