zig-template icon indicating copy to clipboard operation
zig-template copied to clipboard

Simple template for creating a Capy app in Zig

Results 6 zig-template issues
Sort by recently updated
recently updated
newest added

Hello, I was trying to run the example with zig build run, and I got the following errors: `gyulanemeth@Gyula-MacBook-Pro hello-capy % zig build run zig build-exe capy-template Debug native: error:...

- OS: Windows 10 x64 - Zig 0.13.0 x86_64 (installed via Chocolatey) When building with `zig build run` his error is thrown: ``` warning: 'demo' is broken (disabled by default)...

After downloading this template, if I try to: 1. Update capy to the latest checkout, through `zig fetch --save https://github.com/capy-ui/capy/archive/refs/heads/master.zip` 2. Build it using `zig build run` I'm greeted with...

When using zig build run, an error message is reported PS E:\Demo\Zig\CapyDemo> zig build run error: UnsupportedOs C:\Users\qcjxb\AppData\Local\zig\p\1220ad9893f583a1c0e3c08f23a58e0846600d1ee854fb916c95678df0a3b4be6dd3\build_capy.zig:272:13: 0xab4f12 in runStep (build.exe.obj) return error.UnsupportedOs; ^ E:\Demo\Zig\CapyDemo\build.zig:39:19: 0xab59eb in build (build.exe.obj)...

Hi, I'm experimenting with zig, but cannot get this template to run. It complains about missing module and I have no idea how to fix that: ``` /User/homedir/.cache/zig/p/122034b3e15d582d8d101a7713e5f13c872b8b8eb6d9cb47515b8e34ee75e122630d/build.zig:13:28: error: no...

On my mac, when I run: `zig build run` I get error ``` rror: name must be a valid bare zig identifier (hint: switch from string to enum literal) .name...