gles30 0.3.1

GLES 3.0 loader/bindings
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "bytemuck"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37fa13df2292ecb479ec23aa06f4507928bef07839be9ef15281411076629431"

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

[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"

[[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.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
dependencies = [
 "cc",
]

[[package]]
name = "fermium"
version = "200.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2c0531bf7be77f193b5a75a23633982cde155cea2978752e5dc1c2cd425b0fe"
dependencies = [
 "chlorine",
 "cmake",
]

[[package]]
name = "gles30"
version = "0.3.1"
dependencies = [
 "bytemuck",
 "chlorine",
 "fermium",
 "log",
]

[[package]]
name = "log"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
dependencies = [
 "cfg-if",
]