Updated the source for master

This commit is contained in:
Lorenzo Torres 2025-08-01 21:38:27 +02:00
parent 2fe3d6cb3f
commit e7e0927a83
7 changed files with 30 additions and 23 deletions

View file

@ -1,5 +1,5 @@
const std = @import("std");
const c = @import("c.zig");
const c = @import("c.zig").c;
const Window = @import("Window.zig");
const Mesh = @import("Mesh.zig");
const sideros = @import("sideros");