djam_4/Cargo.toml

23 lines
424 B
TOML
Raw Normal View History

2024-08-07 05:08:06 +00:00
[package]
name = "djam_4"
version = "0.1.0"
authors = ["Gnarwhal <git.aspect893@passmail.net>"]
edition = "2018"
[dependencies]
image = "0.23.7"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.amethyst]
version = "0.15.0"
features = ["no-slow-safety-checks", "sdl_controller"]
2024-08-07 05:08:06 +00:00
[features]
default = ["vulkan"]
empty = ["amethyst/empty"]
metal = ["amethyst/metal"]
vulkan = ["amethyst/vulkan"]