Skip to content

Commit f7f4057

Browse files
feat: add asahi types
1 parent d020314 commit f7f4057

File tree

2 files changed

+437
-0
lines changed

2 files changed

+437
-0
lines changed

libdrm/types.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const Allocator = std.mem.Allocator;
33
const os = @import("os.zig");
44

55
pub const amdgpu = @import("types/amdgpu.zig");
6+
pub const asahi = @import("types/asahi.zig");
67

78
pub usingnamespace @import("types/base.zig");
89
pub usingnamespace @import("types/gem.zig");

0 commit comments

Comments
 (0)