Skip to content

Commit 68922bb

Browse files
committed
docs: update README with Zig version and library version
1 parent e89d24f commit 68922bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A modern OpenCL wrapper for Zig language, providing easy-to-use interfaces for O
33

44
## Getting Started
55
### Prerequisites
6-
- Zig 0.14.0
6+
- Zig >=0.15.0-dev.1145+3ae0ba096
77
- OpenCL 1.0 or higher
88

99
### Installation
@@ -15,7 +15,7 @@ Add the `zig-opencl` dependency to your `build.zig.zon` file, similar to the fol
1515
// ......
1616
.dependencies = .{
1717
.@"zig-opencl" = .{
18-
.url = "https://github.com/kython28/zig-opencl/archive/refs/tags/v0.6.0.tar.gz",
18+
.url = "https://github.com/kython28/zig-opencl/archive/refs/tags/v0.7.0.tar.gz",
1919
},
2020
},
2121
// .....

0 commit comments

Comments
 (0)