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

Commit

Permalink
Update README to reflect the deprecation and archiving of the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 authored Feb 23, 2024
1 parent ca729a4 commit de24316
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# THIS PACKAGE IS NOW DEPRECATED.
As of [Bevy 0.10](https://bevyengine.org/news/bevy-0-10/), much of this functionality is now fairly easily done without a third party plugin with the
changes from the ECS Schedule V3. As such, this repo will now be permanently archived.

# bevy_system_graph

[![crates.io](https://img.shields.io/crates/v/bevy_system_graph.svg)](https://crates.io/crates/bevy_system_graph)
Expand Down Expand Up @@ -127,4 +131,4 @@ let system_set: SystemSet = graph.into();
Individual [graph nodes] are backed by a `Rc`, so cloning it will still
point to the same logical underlying graph.

[bevy]: https://bevyengine.org/
[bevy]: https://bevyengine.org/

0 comments on commit de24316

Please sign in to comment.