diff options
| author | s-ol <s+removethis@s-ol.nu> | 2025-03-15 12:51:28 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-15 12:51:58 +0000 |
| commit | a3090b8d437675e87a65de4efa85f472abdab53f (patch) | |
| tree | 0697b5d0297289907a31df491e61d5275046a33e /src/c.zig | |
| parent | texture-share-vk output support (diff) | |
| download | glsl-view-noyaml.tar.gz glsl-view-noyaml.zip | |
drop libyaml, configure via argsnoyaml
Diffstat (limited to 'src/c.zig')
| -rw-r--r-- | src/c.zig | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3,7 +3,6 @@ const build_config = @import("build_config"); pub usingnamespace @cImport({ @cInclude("epoxy/gl.h"); @cInclude("GLFW/glfw3.h"); - @cInclude("yaml.h"); @cInclude("lo/lo.h"); if (build_config.have_ffmpeg) { |
