Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

zigbuild

+3 -1
+2
.tangled/workflows/release.yaml
··· 9 9 - just 10 10 - rustup 11 11 - gh 12 + - zig 13 + - cargo-zigbuild 12 14 - nushell 13 15 - b3sum 14 16 - gnutar
+1 -1
justfile
··· 41 41 [group('build')] 42 42 build-release target=(system) package=(main_package): 43 43 @echo "๐Ÿš€ Building workspace (release) for {{ target }}โ€ฆ" 44 - cargo build --workspace --release --bin '{{ main_package }}' --target '{{ target }}' 44 + cargo zigbuild --workspace --release --bin '{{ main_package }}' --target '{{ target }}' 45 45 46 46 # --- Packaging --- # 47 47 [doc('Package release binary with completions for distribution')]