Skip to content

Commit

Permalink
Restore default features to fix github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenba committed Nov 26, 2024
1 parent 444af7a commit c0246c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@ cl_loader_info = ["opencl-sys/cl_loader_info"]
cl_pocl_content_size = ["opencl-sys/cl_pocl_content_size"]
cl_loader_layers = ["opencl-sys/cl_loader_layers"]

# Default features:
default = ["static", "CL_VERSION_1_1", "CL_VERSION_1_2"]
# default = ["dynamic"]

[dependencies]
dlopen2 = "0.7"
libc = "0.2"
# opencl-sys = "0.3"
opencl-sys = { git = "https://github.com/kenba/opencl-sys-rs", branch = "develop" }
thiserror = "2.0"

[dev-dependencies]
cl3 = { path = ".", features = ["static", "CL_VERSION_1_1", "CL_VERSION_1_2"] }
# cl3 = { path = ".", features = ["dynamic"] }

[[example]]
name = "clinfo"
path = "examples/clinfo.rs"
Expand Down

0 comments on commit c0246c6

Please sign in to comment.