Skip to content

Commit

Permalink
Added ocl-interop to workspace, corrected path to ocl
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopey committed Dec 30, 2017
1 parent ea4c6f0 commit 5e0fbf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ members = [
"ocl-core",
"ocl-core/ocl-core-vector",
"cl-sys",
"ocl-interop",
]
4 changes: 2 additions & 2 deletions ocl-interop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name = "ocl-interop"
version = "0.1.3"
authors = ["Nopey Nope<[email protected]>", "Nick Sanders <[email protected]>"]
build="build.rs"
repository = "https://github.com/Nopey/rust-ocl-gl"
repository = "https://github.com/cogciprocate/ocl/"
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/Apache-2.0"

[dependencies]
ocl={ path ="../ocl/ocl"}
ocl={ path ="../ocl"}

#for tests
[dev-dependencies]
Expand Down

0 comments on commit 5e0fbf8

Please sign in to comment.