minifb 0.10.7

Cross-platform window setup with optional bitmap rendering
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "minifb"
version = "0.10.7"
authors = ["Daniel Collin <daniel@collin.com>"]
build = "build.rs"
description = "Cross-platform window setup with optional bitmap rendering"
documentation = "https://docs.rs/minifb/0.10.5/minifb"
readme = "README.md"
keywords = ["windowing", "window", "framebuffer"]
categories = ["rendering"]
license = "MIT/Apache-2.0"
repository = "https://github.com/emoon/rust_minifb"
[dependencies.time]
version = "0.1.34"
[build-dependencies.cc]
version = "1.0"
[target.aarch64-unknown-linux-gnu.dependencies.x11-dl]
version = "~2.14"
[target.arm-unknown-linux-gnueabihf.dependencies.x11-dl]
version = "~2.14"
[target.i686-pc-windows-gnu.dependencies.gdi32-sys]
version = "0.1.1"

[target.i686-pc-windows-gnu.dependencies.kernel32-sys]
version = "0.2.2"

[target.i686-pc-windows-gnu.dependencies.user32-sys]
version = "0.1.2"

[target.i686-pc-windows-gnu.dependencies.winapi]
version = "0.2.4"
[target.i686-pc-windows-msvc.dependencies.gdi32-sys]
version = "0.1.1"

[target.i686-pc-windows-msvc.dependencies.kernel32-sys]
version = "0.2.2"

[target.i686-pc-windows-msvc.dependencies.user32-sys]
version = "0.1.2"

[target.i686-pc-windows-msvc.dependencies.winapi]
version = "0.2.4"
[target.i686-unknown-linux-gnu.dependencies.x11-dl]
version = "~2.14"
[target.x86_64-pc-windows-gnu.dependencies.gdi32-sys]
version = "0.1.1"

[target.x86_64-pc-windows-gnu.dependencies.kernel32-sys]
version = "0.2.2"

[target.x86_64-pc-windows-gnu.dependencies.user32-sys]
version = "0.1.2"

[target.x86_64-pc-windows-gnu.dependencies.winapi]
version = "0.2.4"
[target.x86_64-pc-windows-msvc.dependencies.gdi32-sys]
version = "0.1.1"

[target.x86_64-pc-windows-msvc.dependencies.kernel32-sys]
version = "0.2.2"

[target.x86_64-pc-windows-msvc.dependencies.user32-sys]
version = "0.1.2"

[target.x86_64-pc-windows-msvc.dependencies.winapi]
version = "0.2.4"
[target.x86_64-unknown-dragonfly.dependencies.x11-dl]
version = "~2.14"
[target.x86_64-unknown-freebsd.dependencies.x11-dl]
version = "~2.14"
[target.x86_64-unknown-linux-gnu.dependencies.x11-dl]
version = "~2.14"
[target.x86_64-unknown-redox.dependencies.orbclient]
version = "0.3.14"
[badges.appveyor]
repository = "emoon/rust-minifb"

[badges.travis-ci]
repository = "emoon/rust_minifb"