digging/Cargo.toml

30 lines
513 B
TOML

[package]
name = "digging"
version = "0.1.0"
authors = ["Hazel Snider <hazelra@disroot.org>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.dev.package.'*']
opt-level = 3
[dependencies]
log = "0.4.14"
simplelog = "0.9.0"
glob = "0.3.0"
anymap = "0.12.1"
glium = "0.29.0"
cgmath = "0.18.0"
crunch = "0.3.2"
glium-glyph = "0.10.0"
hecs = "0.3.1"
[dependencies.image]
version = "0.23.13"
default-features = false
features = ["png"]