valence-rs / valence

A Rust framework for building Minecraft servers.
http://valence.rs/
MIT License
2.7k stars 142 forks source link

update to bevy 0.14 #634

Closed JackCrumpLeys closed 2 months ago

JackCrumpLeys commented 2 months ago

update to bevy 0.14. works towards #620 task 3.

JackCrumpLeys commented 2 months ago

I did some crazy git stuff. oops fixing it now

JackCrumpLeys commented 2 months ago

Ok I think I solved it

github-actions[bot] commented 2 months ago

It looks like this pull request changed the workspace structure. Please replace assets/depgraph.svg with the following text:

depgraph.svg (Don't forget the trailing newline) ```html %3 0 java_string 1 valence_advancement 2 valence_server 1->2 3 valence_entity 2->3 12 valence_registry 2->12 11 valence_server_common 3->11 12->11 9 valence_protocol 11->9 4 valence_generated 5 valence_ident 4->5 6 valence_math 4->6 7 valence_build_utils 8 valence_nbt 9->4 10 valence_text 9->10 10->5 10->8 13 valence_anvil 13->2 14 valence_boss_bar 14->2 15 valence_command 15->2 16 valence_inventory 16->2 17 valence_lang 18 valence_network 18->2 18->17 19 valence_player_list 19->2 20 valence_scoreboard 20->2 21 valence_spatial 22 valence_weather 22->2 23 valence_world_border 23->2 24 dump_schedule 25 valence 24->25 25->1 25->13 25->14 25->15 25->16 25->18 25->19 25->20 25->22 25->23 26 packet_inspector 26->9 27 playground 27->25 28 stresser 28->9 ```

For reference, here is a diff against the old depgraph.svg:

```patch diff --git a/assets/depgraph.svg b/assets/depgraph.svg index b87a0be..8060e3d 100644 --- a/assets/depgraph.svg +++ b/assets/depgraph.svg @@ -1,406 +1,4 @@ - - - - - - - - -0 - -java_string - - - -1 - -valence_advancement - - - -2 - -valence_server - - - -1->2 - - - - - -3 - -valence_entity - - - -2->3 - - - - - -12 - -valence_registry - - - -2->12 - - - - - -11 - -valence_server_common - - - -3->11 - - - - - -12->11 - - - - - -9 - -valence_protocol - - - -11->9 - - - - - -4 - -valence_generated - - - -5 - -valence_ident - - - -4->5 - - - - - -6 - -valence_math - - - -4->6 - - - - - -7 - -valence_build_utils - - - -8 - -valence_nbt - - - -9->4 - - - - - -10 - -valence_text - - - -9->10 - - - - - -10->5 - - - - - -10->8 - - - - - -13 - -valence_anvil - - - -13->2 - - - - - -14 - -valence_boss_bar - - - -14->2 - - - - - -15 - -valence_command - - - -15->2 - - - - - -16 - -valence_inventory - - - -16->2 - - - - - -17 - -valence_lang - - - -18 - -valence_network - - - -18->2 - - - - - -18->17 - - - - - -19 - -valence_player_list - - - -19->2 - - - - - -20 - -valence_scoreboard - - - -20->2 - - - - - -21 - -valence_spatial - - - -22 - -valence_weather - - - -22->2 - - - - - -23 - -valence_world_border - - - -23->2 - - - - - -24 - -dump_schedule - - - -25 - -valence - - - -24->25 - - - - - -25->1 - - - - - -25->13 - - - - - -25->14 - - - - - -25->15 - - - - - -25->16 - - - - - -25->18 - - - - - -25->19 - - - - - -25->20 - - - - - -25->22 - - - - - -25->23 - - - - - -26 - -packet_inspector - - - -26->9 - - - - - -27 - -playground - - - -27->25 - - - - - -28 - -stresser - - - -28->9 - - - - - -
JackCrumpLeys commented 2 months ago

Can this be reviewed @dyc3 @rj00a? It is not a huge pr. Thanks.

dyc3 commented 2 months ago

I'll review it when CI is passing.

JackCrumpLeys commented 2 months ago

I'll review it when CI is passing.

@dyc3 CI is passing