diff options
| author | s-ol <s+removethis@s-ol.nu> | 2025-09-22 15:30:57 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-09-22 15:30:57 +0000 |
| commit | be392e7bee927065e22bac70312c005af11d7bcd (patch) | |
| tree | 1a673c9e1b3a36eacb31affd8851fdd841ebce06 /src/c.zig | |
| parent | TSVSource: fix initialization in thread (diff) | |
| download | glsl-view-be392e7bee927065e22bac70312c005af11d7bcd.tar.gz glsl-view-be392e7bee927065e22bac70312c005af11d7bcd.zip | |
update for Zig 0.15.1
Diffstat (limited to 'src/c.zig')
| -rw-r--r-- | src/c.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ const build_config = @import("build_config"); -pub usingnamespace @cImport({ +pub const c = @cImport({ @cInclude("epoxy/gl.h"); @cInclude("GLFW/glfw3.h"); @cInclude("lo/lo.h"); |
