rust_graphics_window 0.1.2

A simple, small and minimal windowing library
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"

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

[[package]]
name = "rust_graphics_library_loader"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634e286789e612e80b409356d50d15a53f7d7ec59379af0c84d2065efdca4061"
dependencies = [
 "libc",
 "rust_graphics_log",
 "winapi",
]

[[package]]
name = "rust_graphics_log"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edf5163221756197c2c3eab7b5cbec664ae29c6b1790fe916f88195ca25f0931"

[[package]]
name = "rust_graphics_window"
version = "0.1.2"
dependencies = [
 "bitflags",
 "libc",
 "rust_graphics_library_loader",
 "rust_graphics_log",
]

[[package]]
name = "winapi"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
dependencies = [
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
]

[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"

[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"