mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-26 21:27:38 +02:00
11 lines
221 B
TOML
11 lines
221 B
TOML
[package]
|
|
name = "simul"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
csv = "1.4.0"
|
|
obj-rs = "0.7.4"
|
|
sdl3 = { version = "0.17.3", features = ["ttf", "image"] }
|
|
serde = { version = "1.0.228", features = ["derive"] }
|