cl-sys 0.4.3

OpenCL FFI bindings.
Documentation
[dependencies.libc]
version = "0.2"

[features]
default = ["opencl_version_1_1", "opencl_version_1_2"]
opencl_vendor_mesa = []
opencl_version_1_1 = []
opencl_version_1_2 = []
opencl_version_2_0 = []
opencl_version_2_1 = []
opencl_version_2_2 = []

[package]
authors = ["Nick Sanders <cogciprocate@gmail.com>"]
build = "build.rs"
categories = ["api-bindings", "external-ffi-bindings", "asynchronous", "science"]
description = "OpenCL FFI bindings."
documentation = "https://docs.rs/cl-sys/"
edition = "2018"
exclude = ["target/*", "bak/*"]
homepage = "https://github.com/cogciprocate/ocl/tree/master/cl-sys"
keywords = ["opencl", "gpu", "gpgpu"]
license = "MIT OR Apache-2.0"
name = "cl-sys"
readme = "README.md"
repository = "https://github.com/cogciprocate/ocl/tree/master/cl-sys"
version = "0.4.3"