allegro_dialog 0.0.42

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

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

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

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

[[package]]
name = "allegro_util"
version = "0.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d11f7c98ba18e4cd0dc5c95e7ba0fedb1f2eaa53d06e3995ae5ad03a49d9c947"
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.112"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"