- Zig 0.14.0
- Rust/Cargo
- Fetch:
zig fetch --save https://github.com/byut/fuizon/archive/<git-ref-here>.tar.gz
- Link to your executable or module:
const fuizon = b.dependency("fuizon", .{ .target = target, .optimize = optimize });
exe.root_module.addImport("fuizon", fuizon.module("fuizon"));
- Import:
const fuizon = @import("fuizon");
snake-demo.mov
Discover more examples here