dos-text-mode/Cargo.toml

11 lines
300 B
TOML
Raw Permalink Normal View History

2023-11-15 12:23:33 +00:00
[package]
name = "dos-text-mode"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitvec = "1.0.1"
sdl2 = { version = "0.35.2", default-features = false, features = ["gfx", "image", "mixer", "ttf"] }