File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bevy_app_compute"
3
- version = " 0.11.0 "
3
+ version = " 0.10.5 "
4
4
authors = [" Kjolnyr <kjolnyr@protonmail.com>" ]
5
5
edition = " 2021"
6
6
description = " App compute plugin for Bevy"
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ use bevy_app_compute::AppComputePlugin;
86
86
87
87
fn main () {
88
88
App :: new ()
89
- . add_plugin (AppComputePlugin )
90
- . add_plugin (AppComputeWorkerPlugin :: <SimpleComputeWorker >:: default ());
89
+ . add_plugins (AppComputePlugin )
90
+ . add_plugins (AppComputeWorkerPlugin :: <SimpleComputeWorker >:: default ());
91
91
}
92
92
```
93
93
@@ -184,4 +184,5 @@ See [examples](https://github.com/kjolnyr/bevy_app_compute/tree/main/examples)
184
184
| Bevy| bevy_app_compute|
185
185
| ---| ---|
186
186
| main| main|
187
- | 0.10| 0.10.3|
187
+ | 0.10| 0.10.3|
188
+ | 0.12| 0.10.5|
You can’t perform that action at this time.
0 commit comments