Skip to content

Commit

Permalink
Replace BuildableSystemParam trait with SystemParamBuilder trait to a…
Browse files Browse the repository at this point in the history
…llow better composition of builders.
  • Loading branch information
chescock committed Jun 27, 2024
1 parent d8b45ca commit 20577c8
Show file tree
Hide file tree
Showing 4 changed files with 516 additions and 193 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub mod prelude {
},
system::{
Commands, Deferred, In, IntoSystem, Local, NonSend, NonSendMut, ParallelCommands,
ParamSet, Query, ReadOnlySystem, Res, ResMut, Resource, System, SystemBuilder,
ParamSet, Query, ReadOnlySystem, Res, ResMut, Resource, System, SystemParamBuilder,
SystemParamFunction,
},
world::{
Expand Down
Loading

0 comments on commit 20577c8

Please sign in to comment.