File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4646 --exclude '[^\w]todo[^\w]?'
4747 --exclude 'https://(www\.|old\.)?reddit\.com'
4848 --exclude 'https://www.patreon.com'
49+ --exclude 'https://gamedev.social'
4950 ${{ steps.changed-files.outputs.changed_files }}
5051 - name : Install Zola
5152 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
153153- [ Background Computation] ( https://bevy-cheatbook.github.io/fundamentals/async-compute.html ) :
154154 How to do processing that may span multiple frame updates and not hold up the game's framerate with long CPU work.
155155
156-
157156[ bevy-cheatbook ] : https://bevy-cheatbook.github.io/
158157
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+
159162## Tooling Updates
160163
161164### [ Rusty Playdate]
You can’t perform that action at this time.
0 commit comments