Skip to content

Commit e83dfce

Browse files
committed
zon updated for v0.14.0 support
1 parent 30cb387 commit e83dfce

5 files changed

Lines changed: 16 additions & 9 deletions

File tree

.github/workflows/Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
submodules: recursive
1616
fetch-depth: 0
17-
- uses: mlugg/setup-zig@v1
17+
- uses: mlugg/setup-zig@v2
1818

1919
- name: Install buildtools
2020
run: |

.github/workflows/MSYS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
submodules: recursive
2525
fetch-depth: 0
2626

27-
- uses: mlugg/setup-zig@v1
27+
- uses: mlugg/setup-zig@v2
2828
- uses: msys2/setup-msys2@v2
2929
with:
3030
msystem: ${{ matrix.msystem }}

.github/workflows/MacOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
submodules: recursive
1616
fetch-depth: 0
17-
- uses: mlugg/setup-zig@v1
17+
- uses: mlugg/setup-zig@v2
1818
- name: Install
1919
run: brew install cmake
2020
- uses: jurplel/install-qt-action@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Bindings are based on [DOtherSide](https://github.com/filcuc/dotherside) C bindi
1313
All software required for building.
1414

1515
- Qt 5.15 or higher
16-
- Zig v0.12.0, 0.13.0 or master
16+
- Zig v0.14.0 or master
1717
- CMake v3.2 or higher (DOtherSide build)
1818

1919
### Question

build.zig.zon

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
.{
2-
.name = "qml_zig",
2+
.name = .qml_zig,
33
.version = "0.2.0",
4-
.minimum_zig_version = "0.12.0",
5-
.paths = .{""},
4+
.minimum_zig_version = "0.14.0",
5+
.fingerprint = 0x923a544e6b808cc6,
6+
.paths = .{
7+
"build.zig.zon",
8+
"build.zig",
9+
"src",
10+
"README.md",
11+
"LICENSE",
12+
},
613
.dependencies = .{
714
.dotherside = .{
8-
.url = "git+https://github.com/filcuc/dotherside#244a9d62cb51519ca45fe2e69d77ec965f190fbb",
9-
.hash = "12208668c059863dd4467ccf67fc2af37a4aa0ef863b7703c617948eac816c6575fc",
15+
.url = "git+https://github.com/filcuc/dotherside#56cb910b368ad0f8ef1f18ef52d46ab8136ca5d6",
16+
.hash = "N-V-__8AAOS6BQCGuntyjwYjjkXwt4xU33mcVW_sgHs0IYRS",
1017
},
1118
},
1219
}

0 commit comments

Comments
 (0)