chore: Set minimum zig version

This commit is contained in:
Kalle Carlbark 2024-05-15 17:11:45 +02:00
parent 70f2fc619d
commit 954e09af64
No known key found for this signature in database

View file

@ -4,16 +4,8 @@
// In a future version of Zig it will be used for package deduplication.
.version = "0.0.0",
// This field is optional.
// This is currently advisory only; Zig does not yet do anything
// with this value.
//.minimum_zig_version = "0.11.0",
.minimum_zig_version = "0.12.0",
// This field is optional.
// Each dependency must either provide a `url` and `hash`, or a `path`.
// `zig build --fetch` can be used to fetch all dependencies of a package, recursively.
// Once all dependencies are fetched, `zig build` no longer requires
// internet connectivity.
.dependencies = .{},
.paths = .{
// This makes *all* files, recursively, included in this package. It is generally