catbox/Cargo.toml

16 lines
397 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"
2022-03-15 11:27:13 -05:00
version = "0.1.1"
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"
features = ["image"]