1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
Commit graph

20 commits

Author SHA1 Message Date
mat
b3af8d73fa update to bevy 0.16 2025-04-25 01:10:03 -01:00
mat
5272db8bb4 remove executable bit from files 2025-04-04 15:56:06 +00:00
mat
34f53baf85 update to rust edition 2024 2025-02-22 23:01:54 +00:00
EightFactorial
6379035b85
Update Bevy and migrate to workspace dependencies and package attributes (#181)
* Use workspace `Cargo.toml` for dependencies and package atributes

* Fix a couple clippy warnings

* Update bevy, update build script, move deps to workspace, and fix clippy warnings

* Remove carrots from crate versions
The default behavior is the same

* Remove unused dependencies
Compiles and all tests pass, so it should be fine

* Update codegen to use `std::sync::LazyLock` instead of `once_cell::sync::Lazy`

* Update Bevy to `0.15.0-rc.3`
Surprisingly little needed to be changed

* Update to bevy 0.15.0

* Fix leftover merge issues

* Clarify the reason the swarm can't connect

* Fix duplicate lint, remove `log` dependency
2024-12-04 18:31:22 -06:00
EightFactorial
8138d388e7
Add a brigadier example for use inside a bevy App (#146) 2024-05-09 21:55:55 -05:00
mat
79ad1e93bf brigadier suggestions
closes #109
2023-10-12 22:01:15 -05:00
mat
d82230a427 less Arc<S> in brigadier 2023-10-12 20:18:53 -05:00
mat
38db231ea8 brigadier usages 2023-10-12 20:14:29 -05:00
mat
2606de9f4c start adding brigadier suggestions 2023-10-01 19:12:27 -05:00
mat
d5465cd28e add basic pathfinding test 2023-08-25 02:34:31 -05:00
mat
53d51a5ca9 more brigadier docs 2023-05-07 02:50:52 -05:00
mat
f825544e27 CommandDispatcher is now Send+Sync 2023-05-05 23:23:11 -05:00
mat
12370ab076 change some things to be Arc+RwLock in brigadier 2023-05-05 23:09:57 -05:00
mat
9de6c03dfb use variables directly in format strings
thanks clippy we love you
2022-10-27 21:22:47 -05:00
mat
248f752748 simplify error handling 2022-04-22 04:33:58 +00:00
mat
78e692efc3 move tests into tests directory 2022-04-18 19:45:32 -05:00
mat
2e90422561 Fix clippy issues and add a couple tests to dispatcher 2022-04-17 15:57:28 -05:00
eb111be1f1 a 2022-01-13 00:43:09 +00:00
mat
8331851d97 string reader 2022-01-09 14:50:41 -06:00
mat
bd87cbb443 create all empty brigadier modules 2022-01-03 13:36:02 -06:00