Fix assets

This commit is contained in:
2025-12-02 00:31:34 +01:00
parent 46ff0e5729
commit 320273b053
5 changed files with 9 additions and 3 deletions

View File

@@ -11,6 +11,10 @@ const Engine = @import("engine/Engine.zig");
const Swapchain = @import("engine/Swapchain.zig");
const Game = @import("Game.zig");
pub const std_options: std.Options = .{
.log_level = .info,
};
pub fn main() !void {
var gpa: std.heap.GeneralPurposeAllocator(.{}) = .init;
defer _ = gpa.deinit();