Skip to content

Commit de4d348

Browse files
authored
Update README.md
1 parent 39ac923 commit de4d348

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# zgui
1+
# [zgui](https://github.com/zig-gamedev/zgui)
22

33
Zig build package and bindings for [Dear Imgui](https://github.com/ocornut/imgui) & extras.
44

@@ -24,14 +24,7 @@ Easy to use, hand-crafted API with default arguments, named parameters and Zig s
2424

2525
## Getting started
2626

27-
Copy `zgui` to a subdirectory in your project and add the following to your `build.zig.zon` .dependencies:
28-
```zig
29-
.zgui = .{ .path = "libs/zgui" },
30-
```
31-
32-
To get glfw/wgpu rendering backend working also copy `zglfw`, `system-sdk`, `zgpu` and `zpool` folders and add the depenency paths (see [zgpu](https://github.com/zig-gamedev/zig-gamedev/tree/main/libs/zgpu) for the details).
33-
34-
Then in your `build.zig` add:
27+
Example `build.zig`:
3528
```zig
3629
3730
pub fn build(b: *std.Build) void {

0 commit comments

Comments
 (0)