Fizzy SDK 0.1.52
·
126 commits
to main
since this release
Plugin-facing SDK package for Fizzy 0.1.52.
Pin in your plugin's build.zig.zon:
.fizzy = .{
.url = "https://github.com/fizzyedit/fizzy/releases/download/sdk-v0.1.52/fizzy-sdk-v0.1.52.tar.gz",
.hash = "…",
},zig fetch --save=fizzy https://github.com/fizzyedit/fizzy/releases/download/sdk-v0.1.52/fizzy-sdk-v0.1.52.tar.gz
Do not pin the git archive of this tag — that is the full monorepo (app zon / Velopack).
This asset is the sdk/ package with src/core + src/sdk vendored in.
Locally, .path = "../fizzy/sdk" is fine while developing against an unreleased SDK.
See docs/PLUGINS.md §2.3.