Skip to content

Commit 51d6a53

Browse files
authored
Update README.md
1 parent 8fefd0f commit 51d6a53

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ Windows development SDK for Zig game developers.
2121

2222
## Using the Zig package
2323

24-
Copy `zwindows` to a subdirectory of your project and add the following to your `build.zig.zon` .dependencies:
25-
```zig
26-
.zwindows = .{ .path = "libs/zwindows" },
27-
```
28-
2924
Example build.zig
3025
```zig
3126
pub fn build(b: *std.Build) !void {

0 commit comments

Comments
 (0)