Game stats that reset every frame, inspired by immediate mode GUI.
gamedev bevy stats
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update publish action to use workspace publishing.

+2 -5
+2 -5
.github/workflows/publish.yml
··· 19 19 - uses: actions/checkout@v4 20 20 - uses: rust-lang/crates-io-auth-action@v1 21 21 id: auth 22 - - run: cargo publish -p immediate_stats_macros 22 + - run: cargo publish 23 23 env: 24 - CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }} 25 - - run: cargo publish -p immediate_stats 26 - env: 27 - CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }} 24 + CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}