allegro_dialog 0.0.43

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

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

[[package]]
name = "allegro_dialog"
version = "0.0.43"
dependencies = [
 "allegro",
 "allegro_dialog-sys",
 "allegro_util",
 "libc",
]

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

[[package]]
name = "allegro_util"
version = "0.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfb00c8bf39072c58915edbc59276392c05920b6fc5ffcc13984cd7328a1fad0"
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.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"