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.

Merge pull request #9 from AlephCubed/dev

Fix readme not being included in publish.

authored by

AlephCubed and committed by
GitHub
23524105 b81a67f8

+2
+1
immediate_stats/Cargo.toml
··· 8 8 repository = "https://github.com/AlephCubed/immediate_stats" 9 9 license = "MIT OR Apache-2.0" 10 10 authors = ["AlephCubed"] 11 + readme = "../README.md" 11 12 12 13 [features] 13 14 bevy = ["bevy_ecs", "bevy_app", "bevy_reflect", "immediate_stats_macros/bevy"]
+1
immediate_stats_macros/Cargo.toml
··· 8 8 repository = "https://github.com/AlephCubed/immediate_stats" 9 9 license = "MIT OR Apache-2.0" 10 10 authors = ["AlephCubed"] 11 + readme = "../README.md" 11 12 12 13 [lib] 13 14 proc-macro = true