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
|
|
|
|
2024-05-17 18:05:40 +00:00
|
|
|
anyhow = { version = "1.0.84", features = ["backtrace"] }
|
2023-05-08 18:56:50 +00:00
|
|
|
|