start to lobby impl

This commit is contained in:
2026-08-21 22:09:06 -05:00
parent b4d340f443
commit b041075c09
4 changed files with 224 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
app_dirs2 = "2.5.5"
bevy = { version = "0.19", features = ["system_clipboard"] }
bevy = { version = "0.19", features = ["system_clipboard", "debug"] }
derive_more = { version = "2.1.1", features = ["deref", "deref_mut"] }
jiff = { version = "0.2.35", features = ["serde"] }
ron = "0.12.2"