Compare commits
3 Commits
effe394f87
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 71311223b5 | |||
| e64b016cfc | |||
| 93159a1f24 |
@@ -12,7 +12,7 @@ $ zig fetch --save git+https://git.sirlilpanda.studio/sirlilpanda/zig-interface-
|
|||||||
in `build.zig`
|
in `build.zig`
|
||||||
```zig
|
```zig
|
||||||
|
|
||||||
const iface = b.dependency("interface", .{
|
const iface = b.dependency("interface_helper", .{
|
||||||
.target = target,
|
.target = target,
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ pub fn build(b: *std.Build) void {
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// uncomment me to run the test code
|
||||||
// const exe = b.addExecutable(.{
|
// const exe = b.addExecutable(.{
|
||||||
// .name = "zig_interface_testing",
|
// .name = "zig_interface_testing",
|
||||||
// .root_module = b.createModule(.{
|
// .root_module = b.createModule(.{
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
// original project's identity. Thus it is recommended to leave the comment
|
// original project's identity. Thus it is recommended to leave the comment
|
||||||
// on the following line intact, so that it shows up in code reviews that
|
// on the following line intact, so that it shows up in code reviews that
|
||||||
// modify the field.
|
// modify the field.
|
||||||
.fingerprint = 0xea4a93eaf5dec5a2, // Changing this has security and trust implications.
|
.fingerprint = 0x176bbc243c0305f9, // Changing this has security and trust implications.
|
||||||
// Tracks the earliest Zig version that the package considers to be a
|
// Tracks the earliest Zig version that the package considers to be a
|
||||||
// supported use case.
|
// supported use case.
|
||||||
.minimum_zig_version = "0.16.0",
|
.minimum_zig_version = "0.16.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user