Began adding support for variables

This commit is contained in:
2026-05-24 15:09:59 +01:00
parent 93ca1ea34a
commit 21bf659718
8 changed files with 287 additions and 24 deletions
+2
View File
@@ -4,8 +4,10 @@ version = "0.1.0"
edition = "2024"
[dependencies]
home = "0.5.12"
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"
tokio = {version="1.52.3",features=["full"]}