allegro_color 0.0.45

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.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5a2505ac70871dbb2ed558d84dd922081ecb199c99777dfcf52bc1d8f022ae9"
dependencies = [
 "allegro-sys",
 "allegro_util",
 "lazy_static",
 "libc",
]

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

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

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

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

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

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