Move and change shader module name; in preparation for asset pipeline

This commit is contained in:
2025-11-10 00:46:17 +01:00
parent 67a0c4e417
commit f2eff70179
4 changed files with 22 additions and 23 deletions

View File

@@ -1,7 +1,6 @@
const std = @import("std");
const ig = @import("cimgui");
const shader = @import("shader");
const sokol = @import("sokol");
const sapp = sokol.app;