mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 15:19:13 +02:00
Update minimum Zig version to 0.16.0
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
0d99f0cdfe
commit
c6bc92d258
5 changed files with 5 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ const InitSystem = enum {
|
|||
freebsd,
|
||||
};
|
||||
|
||||
const min_zig_string = "0.15.0";
|
||||
const min_zig_string = "0.16.0";
|
||||
const current_zig = builtin.zig_version;
|
||||
|
||||
// Implementing zig version detection through compile time
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
.name = .ly,
|
||||
.version = "1.4.0",
|
||||
.fingerprint = 0xa148ffcc5dc2cb59,
|
||||
.minimum_zig_version = "0.15.0",
|
||||
.minimum_zig_version = "0.16.0",
|
||||
.dependencies = .{
|
||||
.ly_ui = .{
|
||||
.path = "ly-ui",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
.name = .ly_core,
|
||||
.version = "1.0.0",
|
||||
.fingerprint = 0xddda7afda795472,
|
||||
.minimum_zig_version = "0.15.0",
|
||||
.minimum_zig_version = "0.16.0",
|
||||
.dependencies = .{
|
||||
.zigini = .{
|
||||
.url = "git+https://github.com/AshAmetrine/zigini?ref=master#a665d081dda42664a96da2840ea09c5ccf9d0692",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
.name = .ly_ui,
|
||||
.version = "1.0.0",
|
||||
.fingerprint = 0x8d11bf85a74ec803,
|
||||
.minimum_zig_version = "0.15.0",
|
||||
.minimum_zig_version = "0.16.0",
|
||||
.dependencies = .{
|
||||
.ly_core = .{
|
||||
.path = "../ly-core",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ Join us on Matrix over at [#ly-dm:matrix.org](https://matrix.to/#/#ly-dm:matrix.
|
|||
## Dependencies
|
||||
|
||||
- Compile-time:
|
||||
- zig 0.15.x
|
||||
- zig 0.16.x
|
||||
|
||||
- libc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue