sideros/src/rendering/gltf.zig
2025-03-23 19:38:34 +01:00

3 lines
99 B
Zig

const std = @import("std");
const mesh = @import("mesh.zig");
const Allocator = std.mem.Allocator;