allegro_color 0.0.33

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

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

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

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

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

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

[[package]]
name = "lazy_static"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"

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