This commit is contained in:
2025-03-24 01:13:30 +01:00
commit 893aaf6c6f
14 changed files with 8249 additions and 0 deletions

20
Cargo.toml Normal file
View File

@@ -0,0 +1,20 @@
[package]
name = "ladose-caller"
version = "0.1.0"
edition = "2024"
[dependencies]
cynic = { version = "3", features = ["http-surf"] }
surf = "2"
async-std = "1.10"
toml = "0.8.20"
serde = "1.0.219"
[build-dependencies]
cynic-codegen = { version = "3" }
[dependencies.sdl2]
version = "0.37"
default-features = false
features = ["ttf","image","gfx","mixer"]