first commit

This commit is contained in:
LunarAkai 2025-07-26 22:36:11 +02:00
commit 3a92f526a0
11 changed files with 2222 additions and 0 deletions

7
playground/Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "playground"
version = "0.1.0"
edition = "2024"
[dependencies]
moonhare_engine = { path = "../moonhare_engine" }