[package] name = "opencl-dynamic-sys" version = "0.1.1" edition = "2021" authors = ["Dmitry Zakablukov "] description = "Rust library to handle the dynamic load of the OpenCL shared library" homepage = "https://github.com/passware/opencl-dynamic-sys-rs" repository = "https://github.com/passware/opencl-dynamic-sys-rs" readme = "README.md" keywords = ["opencl", "gpgpu", "dlopen", "shared", "api"] license = "MIT" [dependencies] dlopen2 = "0.7.0" libc = "0.2"