cega 0.1.3

CGA and EGA binary image file processing library
Documentation
[dependencies.bitvec]
version = "1"

[dependencies.clap]
features = ["derive"]
version = "4.5.7"

[dependencies.factor]
version = "0.4.0"

[dependencies.sdl2]
default-features = false
features = ["gfx"]
version = "0.37.0"
[dev-dependencies.rusty-hook]
version = "^0.11.2"

[features]

[package]
categories = ["command-line-utilities"]
description = "CGA and EGA binary image file processing library"
edition = "2021"
exclude = [".rusty-hook.toml", ".gitignore"]
keywords = ["gamedev", "graphics"]
license = "MIT OR Apache-2.0"
name = "cega"
readme = "README.md"
repository = "https://github.com/knzconnor/cega"
version = "0.1.3"