opencl3 0.2.4

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.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"

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