catbox3d/Cargo.toml

16 lines
404 B
TOML

[package]
name = "cat-box"
version = "0.1.4"
edition = "2018"
license = "MIT"
description = "Work in progress game engine, inspired by arcade"
repository = "https://git.karx.xyz/karx/catbox"
readme = "README.md"
exclude = ["src/main.rs"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies.sdl2]
version = "0.35.2"
features = ["image", "ttf"]