allegro_audio 0.0.34

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

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

[[package]]
name = "allegro_audio"
version = "0.0.34"
dependencies = [
 "allegro",
 "allegro_audio-sys",
 "allegro_util",
 "libc",
]

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

[[package]]
name = "allegro_util"
version = "0.0.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82a99bbc9aa1cd584fc47047f740a19054b4f1bffeb46c2ed93a13f93645d4e9"
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"