Implemented Xorg initialization code

This commit is contained in:
Lorenzo Torres 2025-08-04 02:46:36 +02:00
parent f894fb317d
commit 097a6a9b5c
11 changed files with 96 additions and 29 deletions

View file

@ -1,4 +1,4 @@
const c = @import("c.zig").c;
const c = @import("sideros").c;
const std = @import("std");
const vk = @import("vulkan.zig");
const gltf = @import("gltf.zig");