djam_4/Cargo.toml
2024-08-07 05:08:06 +00:00

14 lines
270 B
TOML

[package]
name = "djam_4"
version = "0.1.0"
authors = ["Gnarwhal <git.aspect893@passmail.net>"]
edition = "2018"
[dependencies]
amethyst = "0.15.0"
[features]
default = ["vulkan"]
empty = ["amethyst/empty"]
metal = ["amethyst/metal"]
vulkan = ["amethyst/vulkan"]