An open API service indexing awesome lists of open source software.

https://github.com/superauguste/minhook-zig

WIP
https://github.com/superauguste/minhook-zig

Last synced: about 1 year ago
JSON representation

WIP

Awesome Lists containing this project

README

          

# minhook-zig

Add minhook to your `build.zig.zon`:

```zig
.dependencies = .{
.@"minhook-zig" = .{
.url = "https://github.com/SuperAuguste/minhook-zig/archive/[commit_hash].tar.gz",
// zig compiler will give you the hash you should insert here
},
},
```

then use it in your `build.zig`

- `builder.dependency("minhook-zig").artifact("minhook")` to access the compiled library
- `builder.dependency("minhook-zig").module("minhook")` to access the Zig bindings