catbox3d/Cargo.toml

16 lines
404 B
TOML
Raw Normal View History

2022-03-06 10:25:42 -06:00
[package]
2022-03-13 13:21:13 -05:00
name = "cat-box"
version = "0.1.4"
2022-03-13 13:42:58 -05:00
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"]
2022-03-06 10:25:42 -06:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2022-03-07 10:19:09 -06:00
[dependencies.sdl2]
version = "0.35.2"
2022-03-16 11:26:25 -05:00
features = ["image", "ttf"]