dotfiles/scripts/wlbg/src/ffi.zig
2023-10-27 00:54:07 +02:00

6 lines
155 B
Zig

pub const c = @cImport({
@cInclude("wayland-egl.h"); // required for egl include to work
@cInclude("EGL/egl.h");
@cInclude("GLES2/gl2.h");
});