forked from mirror/vulkan-zig
4 lines
107 B
Zig
4 lines
107 B
Zig
const std = @import("std");
|
|
const registry = @import("registry.zig");
|
|
const Allocator = std.mem.Allocator,
|