mill_game/Cargo.toml

14 lines
371 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]
engine = { path = "../Gavania/engine", features = ["graphical"] }
2023-05-08 19:24:12 +00:00
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
2023-05-08 18:56:50 +00:00
2023-08-16 00:02:48 +00:00
anyhow = { version = "1.0.74", features = ["backtrace"] }
2023-05-08 18:56:50 +00:00