Skip to content

Commit aec7f06

Browse files
authored
Simplify build.zig to use upstream webui C library building (#70)
* scm: Use `webui`'s `build.zig` for building C lib * scm: Update for latest `webui` `build.zig` * scm: Update to latest upstream, drop 0.11.0
1 parent c571a0b commit aec7f06

File tree

3 files changed

+105
-311
lines changed

3 files changed

+105
-311
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest, macos-latest, windows-latest]
22-
version: [0.11.0, 0.12.0, 0.13.0, ""]
22+
version: [0.12.0, 0.13.0, ""]
2323
fail-fast: false
2424
runs-on: ${{ matrix.os }}
2525
steps:

0 commit comments

Comments
 (0)