diff --git a/build.zig.zon b/build.zig.zon index 866058a..e6ef520 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,8 @@ .{ .name = "qml_zig", .version = "0.2.0", + .minimum_zig_version = "0.11.0", + .paths = .{""}, .dependencies = .{ .dotherside = .{ .url = "git+https://github.com/filcuc/dotherside#244a9d62cb51519ca45fe2e69d77ec965f190fbb",