show git hash in game (#33)

This commit is contained in:
extrawurst
2025-04-19 11:13:19 +02:00
committed by GitHub
parent 0437f82957
commit 7cd4b38ebd
4 changed files with 117 additions and 0 deletions

View File

@@ -40,6 +40,9 @@ bevy_common_assets = { version = "0.12.0", features = ["ron"] }
serde = { version = "1.0.219", features = ["derive"] }
ron = "0.8"
[build-dependencies]
vergen-gitcl = "1.0"
[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"