File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " opencl-sys"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44authors = [" Ken Barker <ken.barker@via-technology.aero>" ]
55description = " OpenCL C FFI bindings for the Rust programming language."
66documentation = " https://docs.rs/opencl-sys/"
Original file line number Diff line number Diff line change 2626//! [OpenCL C language headers](https://github.com/KhronosGroup/OpenCL-Headers),
2727//! see the [OpenCL Resource Guide](https://www.khronos.org/opencl/resources).
2828//!
29- //! The static API for OpenCL versions and extensions is controlled by Rust features
29+ //! The static API for ` OpenCL` versions and extensions is controlled by Rust features
3030//! such as "`static`", "`CL_VERSION_2_0`" and "`cl_khr_gl_sharing`".
3131//!
3232//! Rust deprecation warnings are given for `OpenCL` API functions that are
You can’t perform that action at this time.
0 commit comments