Client is approx 5% done

This commit is contained in:
2026-05-20 21:51:09 +01:00
parent 556185e095
commit 29565949b0
9 changed files with 2229 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "happening-client"
version = "0.1.0"
edition = "2024"
[dependencies]
macroquad = "0.4.15"
phf = {version="0.13.1",features=["macros"]}
reqwest = {version="0.13.3",features=["blocking","json"]}
serde = {version="1.0.228",features=["derive"]}
serde_json = "1.0.149"