Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Commit

Permalink
feat/opencl: add version parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Schuster committed Jun 20, 2017
1 parent 7a5d186 commit b6758cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -21,6 +21,7 @@ enum_primitive = "0.1.0"
byteorder = "0.4"
num = "0.1"
lazy_static = "0.1.15"
regex = "*"

clippy = { version = "0.0.27", optional = true }
compiletest_rs = { version = "0.1", optional = true }
Expand Down
1 change: 1 addition & 0 deletions index.html
@@ -0,0 +1 @@
<meta http-equiv=refresh content=0;url=collenchyma/index.html>
2 changes: 2 additions & 0 deletions src/lib.rs
Expand Up @@ -153,6 +153,8 @@ extern crate bitflags;
extern crate enum_primitive;
#[macro_use]
extern crate lazy_static;
#[cfg(feature = "opencl")]
extern crate regex;
extern crate num;
extern crate byteorder;

Expand Down

0 comments on commit b6758cd

Please sign in to comment.