mill_game/Cargo.toml

14 lines
418 B
TOML
Raw Normal View History

2023-05-08 18:56:50 +00:00
[package]
name = "mill_game"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2025-03-25 11:07:45 +00:00
engine = { git = "https://gavania.de/hodasemi/engine.git" }
2023-05-08 19:24:12 +00:00
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
2025-03-25 11:07:45 +00:00
ecs = { git = "https://gavania.de/hodasemi/ecs.git" }
2023-05-08 18:56:50 +00:00
2025-03-25 11:07:45 +00:00
anyhow = { version = "1.0.97", features = ["backtrace"] }