version = 4
[[package]]
name = "allegro-sys"
version = "0.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8cddf01c4879780aabb7c4e78376bdb7255bb4e51bf9bfc03db642f2714acbe"
dependencies = [
"allegro_util",
"libc",
]
[[package]]
name = "allegro_font-sys"
version = "0.0.50"
dependencies = [
"allegro-sys",
"allegro_util",
"libc",
]
[[package]]
name = "allegro_util"
version = "0.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8ebb98eea85bd0a98b663e37148348c7801e4ee2c058752b5bf61ba3f5c347a"
dependencies = [
"libc",
]
[[package]]
name = "libc"
version = "0.2.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"