allegro_color-sys 0.0.35

Allegro 5 color addon Rust binding
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "allegro-sys"
version = "0.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9831b113d4f82fc8a6e3cacdab3170993a10db34cf8798270e364b6cbcc923de"
dependencies = [
 "allegro_util",
 "libc",
]

[[package]]
name = "allegro_color-sys"
version = "0.0.35"
dependencies = [
 "allegro-sys",
 "allegro_util",
 "libc",
]

[[package]]
name = "allegro_util"
version = "0.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66c721df8a20f371b0f7cde1d63ff20e6e3d649a6394a435bdf62bee6a95cbd0"
dependencies = [
 "libc",
]

[[package]]
name = "libc"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e32a70cf75e5846d53a673923498228bbec6a8624708a9ea5645f075d6276122"