this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump minimum zig version to 0.15.1

Update minimum_zig_version from 0.14.0 to 0.15.1 to reflect the
actual Zig version required for building the library with the
current codebase changes.

Amp-Thread-ID: https://ampcode.com/threads/T-d7d30501-29b2-4efe-a39a-200167bdf876
Co-authored-by: Amp <amp@ampcode.com>

+1 -1
+1 -1
build.zig.zon
··· 2 2 .name = .vaxis, 3 3 .fingerprint = 0x14fbbb94fc556305, 4 4 .version = "0.5.1", 5 - .minimum_zig_version = "0.14.0", 5 + .minimum_zig_version = "0.15.1", 6 6 .dependencies = .{ 7 7 .zigimg = .{ 8 8 // TODO .url = "git+https://github.com/zigimg/zigimg",