fermium 20016.1.0

An opinionated crate of SDL2 bindings.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cc"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"

[[package]]
name = "chlorine"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f24f6d8895c2bf232d6ef33d489bf1efd242e5ec2358e0734035daa9e7beca69"

[[package]]
name = "cmake"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
dependencies = [
 "cc",
]

[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"

[[package]]
name = "fermium"
version = "20016.1.0"
dependencies = [
 "chlorine",
 "cmake",
 "gl33",
 "raw-window-handle",
]

[[package]]
name = "gl33"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12337e71011c00a7c7daf15d3a34b76af8410c5a7c446423f4663cc48bd6e363"

[[package]]
name = "raw-window-handle"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fba75eee94a9d5273a68c9e1e105d9cffe1ef700532325788389e5a83e2522b7"
dependencies = [
 "cty",
]