mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
corrected release templates
This commit is contained in:
parent
4430e829ce
commit
c56ebc7840
2 changed files with 0 additions and 2 deletions
|
@ -41,5 +41,4 @@ Then, in your `build.zig`'s `build` function, add the following before
|
||||||
.openssl = false, // set to true to enable TLS support
|
.openssl = false, // set to true to enable TLS support
|
||||||
});
|
});
|
||||||
exe.root_module.addImport("zap", zap.module("zap"));
|
exe.root_module.addImport("zap", zap.module("zap"));
|
||||||
exe.linkLibrary(zap.artifact("facil.io"));
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -47,5 +47,4 @@ Then, in your `build.zig`'s `build` function, add the following before
|
||||||
.openssl = false, // set to true to enable TLS support
|
.openssl = false, // set to true to enable TLS support
|
||||||
});
|
});
|
||||||
exe.root_module.addImport("zap", zap.module("zap"));
|
exe.root_module.addImport("zap", zap.module("zap"));
|
||||||
exe.linkLibrary(zap.artifact("facil.io"));
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue