You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
# zstbi v0.10.0 - stb image bindings
1
+
# zstbi
2
+
3
+
Zig bindings and build package for stb_image, stb_image_resize and stb_image_write from [Sean Barrett's stb single-file C libraries](https://github.com/nothings/stb)
2
4
3
5
## Features
4
6
@@ -11,12 +13,7 @@
11
13
12
14
## Getting started
13
15
14
-
Copy `zstbi` to a subdirectory of your project and add the following to your `build.zig.zon` .dependencies:
15
-
```zig
16
-
.zstbi = .{ .path = "libs/zstbi" },
17
-
```
18
-
19
-
Then in your `build.zig` add:
16
+
Add `zstbi` to your `build.zig.zon` .dependencies and in your `build.zig` add:
0 commit comments