File tree 2 files changed +21
-0
lines changed
Filter options
2 files changed +21
-0
lines changed
Original file line number Diff line number Diff line change @@ -114,6 +114,27 @@ More detailed monthly updates are available [here (May)][de-update-07] and
114
114
115
115
## Learning Material Updates
116
116
117
+ ### [ How to Migrate Your Bevy Projects with (Semi-)Automation] [ bevy-migrate ]
118
+
119
+ ![ Logos with ast-grep and bevy] ( migrate-bevy.png )
120
+
121
+ [ @HerringtonDarkholme ] published an [ article] [ bevy-migrate ]
122
+ about how to make Bevy migration easier by using git, cargo and [ ast-grep] .
123
+ The article uses the utility AI library [ big-brain] as an example
124
+ to illustrate bumping the Bevy version from 0.9 to 0.10
125
+ and covers four big steps: making a clean git branch,
126
+ updating the dependencies, running fix commands, and fixing failing tests.
127
+ By using semi-automation tools, you can migrate your Bevy projects
128
+ with less hassle and more confidence.
129
+
130
+ _ Discussions:
131
+ [ /r/rust] ( https://www.reddit.com/r/rust/comments/13m4crf/semi_automated_migration_bevy ) _
132
+
133
+ [ bevy-migrate ] : https://betterprogramming.pub/migrating-bevy-can-be-easier-with-semi-automation-here-is-how-1f6e21858e79
134
+ [ @HerringtonDarkholme ] : https://github.com/HerringtonDarkholme
135
+ [ ast-grep ] : https://github.com/ast-grep/ast-grep
136
+ [ big-brain ] : https://github.com/zkat/big-brain
137
+
117
138
## Tooling Updates
118
139
119
140
## Library Updates
You can’t perform that action at this time.
0 commit comments