File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 46
46
--exclude '[^\w]todo[^\w]?'
47
47
--exclude 'https://(www\.|old\.)?reddit\.com'
48
48
--exclude 'https://www.patreon.com'
49
+ --exclude 'https://gamedev.social'
49
50
${{ steps.changed-files.outputs.changed_files }}
50
51
- name : Install Zola
51
52
run : |
Original file line number Diff line number Diff line change @@ -153,9 +153,12 @@ The cheatbook is currently in the process of being updated to Bevy 0.14 and now
153
153
- [ Background Computation] ( https://bevy-cheatbook.github.io/fundamentals/async-compute.html ) :
154
154
How to do processing that may span multiple frame updates and not hold up the game's framerate with long CPU work.
155
155
156
-
157
156
[ bevy-cheatbook ] : https://bevy-cheatbook.github.io/
158
157
158
+ ### Other learning materials
159
+
160
+ - [ Using tracing to profile a Bevy project] ( https://rornic.com/posts/using-tracing-to-profile-a-bevy-project/ )
161
+
159
162
## Tooling Updates
160
163
161
164
### [ Rusty Playdate]
You can’t perform that action at this time.
0 commit comments