opencl3 0.1.2

A Rust implementation of the Khronos OpenCL 3.0 API.
Documentation
[dependencies.cl3]
version = "0.1"

[dependencies.libc]
version = "0.2"

[features]
CL_VERSION_1_2 = ["cl3/CL_VERSION_1_2"]
CL_VERSION_2_0 = ["cl3/CL_VERSION_2_0"]
CL_VERSION_2_1 = ["cl3/CL_VERSION_2_1"]
CL_VERSION_2_2 = ["cl3/CL_VERSION_2_2"]
CL_VERSION_3_0 = ["cl3/CL_VERSION_3_0"]
default = ["CL_VERSION_1_2", "CL_VERSION_2_0"]

[package]
authors = ["Ken Barker <ken.barker@via-technology.aero>"]
categories = ["api-bindings", "asynchronous"]
description = "A Rust implementation of the Khronos OpenCL 3.0 API."
documentation = "https://docs.rs/opencl3/"
edition = "2018"
homepage = "https://github.com/kenba/opencl3"
keywords = ["opencl", "gpu", "gpgpu"]
license = "Apache-2.0"
name = "opencl3"
readme = "README.md"
repository = "https://github.com/kenba/opencl3"
version = "0.1.2"