dos-text-mode/Cargo.toml
2023-11-15 07:23:33 -05:00

10 lines
300 B
TOML

[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"] }