Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allyourcodebase/nativefiledialog-extended
nativefiledialog-extended ported to the zig build system
https://github.com/allyourcodebase/nativefiledialog-extended
zig zig-package
Last synced: 22 days ago
JSON representation
nativefiledialog-extended ported to the zig build system
- Host: GitHub
- URL: https://github.com/allyourcodebase/nativefiledialog-extended
- Owner: allyourcodebase
- License: mit
- Created: 2024-08-15T14:26:36.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-15T14:43:27.000Z (6 months ago)
- Last Synced: 2025-01-04T03:04:25.780Z (30 days ago)
- Topics: zig, zig-package
- Language: Zig
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CI](https://github.com/allyourcodebase/nativefiledialog-extended/actions/workflows/ci.yaml/badge.svg)](https://github.com/allyourcodebase/nativefiledialog-extended/actions)
# nativefiledialog-extended
This is [nativefiledialog-extended](https://github.com/btzy/nativefiledialog-extended), packaged for [Zig](https://ziglang.org/).
## Installation
First, update your `build.zig.zon`:
```
# Initialize a `zig build` project if you haven't already
zig init
zig fetch --save git+https://github.com/allyourcodebase/nativefiledialog-extended.git#1.2.1
```You can then import `nativefiledialog-extended` in your `build.zig` with:
```zig
const nfd_dependency = b.dependency("nativefiledialog-extended", .{
.target = target,
.optimize = optimize,
});
your_exe.linkLibrary(nfd_dependency.artifact("nfd"));
```## Dependencies
See https://github.com/btzy/nativefiledialog-extended/tree/v1.2.1#dependencies