github: update zig nomination template
This commit is contained in:
parent
c8b0d77502
commit
aa8ff902d3
1 changed files with 28 additions and 28 deletions
56
.github/ISSUE_TEMPLATE/dev_zig_nomination.md
vendored
56
.github/ISSUE_TEMPLATE/dev_zig_nomination.md
vendored
|
|
@ -41,57 +41,57 @@ You may have been linked to this issue because you sent a pull request to update
|
||||||
|
|
||||||
These projects have zero `build.zig.zon` dependencies, we update them first - and in any order.
|
These projects have zero `build.zig.zon` dependencies, we update them first - and in any order.
|
||||||
|
|
||||||
* [ ] fastfilter
|
* [ ] [fastfilter](https://github.com/hexops/fastfilter)
|
||||||
* [ ] spirv-cross
|
* [ ] [spirv-cross](https://github.com/hexops/spirv-cross)
|
||||||
* [ ] brotli
|
* [ ] [brotli](https://github.com/hexops/brotli)
|
||||||
* [ ] wayland-headers
|
* [ ] [wayland-headers](https://github.com/hexops/wayland-headers)
|
||||||
* [ ] x11-headers
|
* [ ] [x11-headers](https://github.com/hexops/x11-headers)
|
||||||
* [ ] vulkan-headers
|
* [ ] [vulkan-headers](https://github.com/hexops/vulkan-headers)
|
||||||
* [ ] opengl-headers
|
* [ ] [opengl-headers](https://github.com/hexops/opengl-headers)
|
||||||
* [ ] linux-audio-headers
|
* [ ] [linux-audio-headers](https://github.com/hexops/linux-audio-headers)
|
||||||
* [ ] xcode-frameworks
|
* [ ] [xcode-frameworks](https://github.com/hexops/xcode-frameworks)
|
||||||
* [ ] vulkan-zig-generated
|
* [ ] [vulkan-zig-generated](https://github.com/hexops/vulkan-zig-generated)
|
||||||
* [ ] directx-headers
|
* [ ] [directx-headers](https://github.com/hexops/directx-headers)
|
||||||
* [ ] direct3d-headers
|
* [ ] [direct3d-headers](https://github.com/hexops/direct3d-headers)
|
||||||
* [ ] opus
|
* [ ] [opus](https://github.com/hexops/opus)
|
||||||
* [ ] flac
|
* [ ] [flac](https://github.com/hexops/flac)
|
||||||
* [ ] ogg
|
* [ ] [ogg](https://github.com/hexops/ogg)
|
||||||
* [ ] mach-example-assets
|
* [ ] [mach-example-assets](https://github.com/hexops/mach-example-assets)
|
||||||
* [ ] font-assets
|
* [ ] [font-assets](https://github.com/hexops/font-assets)
|
||||||
|
|
||||||
## Second-order projects
|
## Second-order projects
|
||||||
|
|
||||||
These projects have dependencies on other projects. We update them in the exact order below, top-to-bottom.
|
These projects have dependencies on other projects. We update them in the exact order below, top-to-bottom.
|
||||||
|
|
||||||
* [ ] spirv-tools, which depends on:
|
* [ ] [spirv-tools](https://github.com/hexops/spirv-tools), which depends on:
|
||||||
* External package https://github.com/KhronosGroup/SPIRV-Headers
|
* External package https://github.com/KhronosGroup/SPIRV-Headers
|
||||||
* [ ] opusenc, which depends on:
|
* [ ] [opusenc](https://github.com/hexops/opusenc), which depends on:
|
||||||
* opus
|
* opus
|
||||||
* [ ] freetype, which depends on:
|
* [ ] [freetype](https://github.com/hexops/freetype), which depends on:
|
||||||
* brotli
|
* brotli
|
||||||
* [ ] opusfile, which depends on:
|
* [ ] [opusfile](https://github.com/hexops/opusfile), which depends on:
|
||||||
* opus
|
* opus
|
||||||
* ogg
|
* ogg
|
||||||
* [ ] harfbuzz, which depends on:
|
* [ ] [harfbuzz](https://github.com/hexops/harfbuzz), which depends on:
|
||||||
* freetype
|
* freetype
|
||||||
* brotli
|
* brotli
|
||||||
* [ ] mach-dxcompiler, which depends on:
|
* [ ] [mach-dxcompiler](https://github.com/hexops/mach-dxcompiler), which depends on:
|
||||||
* [ ] mach-objc, which depends on:
|
* [ ] [mach-objc](https://github.com/hexops/mach-objc), which depends on:
|
||||||
* xcode-frameworks
|
* xcode-frameworks
|
||||||
* [ ] mach-freetype, which depends on:
|
* [ ] [mach-freetype](https://github.com/hexops/mach-freetype), which depends on:
|
||||||
* freetype
|
* freetype
|
||||||
* harfbuzz
|
* harfbuzz
|
||||||
* font-assets
|
* font-assets
|
||||||
* [ ] mach-flac, which depends on:
|
* [ ] [mach-flac](https://github.com/hexops/mach-flac), which depends on:
|
||||||
* flac
|
* flac
|
||||||
* mach-sysaudio
|
* mach-sysaudio
|
||||||
* linux-audio-headers
|
* linux-audio-headers
|
||||||
* [ ] mach-opus, which depends on:
|
* [ ] [mach-opus](https://github.com/hexops/mach-opus), which depends on:
|
||||||
* opusfile
|
* opusfile
|
||||||
* opusenc
|
* opusenc
|
||||||
* mach-sysaudio
|
* mach-sysaudio
|
||||||
* linux-audio-headers
|
* linux-audio-headers
|
||||||
* [ ] mach, which depends on:
|
* [ ] [mach](https://github.com/hexops/mach), which depends on:
|
||||||
* .zigversion
|
* .zigversion
|
||||||
* build.zig version check
|
* build.zig version check
|
||||||
* mach-freetype
|
* mach-freetype
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue