# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "ocl-interop" version = "0.1.6" authors = [ "Nopey Nope", "Nick Sanders ", ] build = "build.rs" description = "Creates an OpenCL Context with OpenGL Interop enabled" readme = "README.md" keywords = [ "OpenCL", "OpenGL", "gpgpu", "gpu", "GL", ] categories = [ "concurrency", "hardware-support", "api-bindings", "external-ffi-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cogciprocate/ocl/" [dependencies.ocl] version = "0.19" [dev-dependencies.gl] version = "0.14" [dev-dependencies.glfw] version = "0.45" [dev-dependencies.glutin] version = "0.29" [dev-dependencies.sdl2] version = "0.35" [build-dependencies.gl_generator] version = "^0.14" [target."cfg(target_os = \"macos\")".dependencies.cgl] version = "^0.3"