opencl3 0.3.0

A Rust implementation of the Khronos OpenCL 3.0 API and extensions.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cl-sys"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8573fa3ff8acd6c49e8e113296c54277e82376b96c6ca6307848632cce38e44"
dependencies = [
 "libc",
]

[[package]]
name = "cl3"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3973b4f2789dc2b25fbcba1a0d7e4e79ee63ed57aa1e8907fa0c08f51a5e724d"
dependencies = [
 "cl-sys",
 "libc",
]

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

[[package]]
name = "opencl3"
version = "0.3.0"
dependencies = [
 "cl3",
 "libc",
]