This commit is contained in:
LunarAkai 2025-08-12 16:36:47 +02:00
commit e2d5748733
41 changed files with 291 additions and 268 deletions

14
justfile Normal file
View file

@ -0,0 +1,14 @@
run:
cargo run
test:
cargo test --verbose
doc:
cargo doc --no-deps --package moonhare_engine
fmt:
cargo fmt
push commit_message:
./push_to_git.sh "{{commit_message}}"