Backlog/engine/rend/tests/tests.zig

6 lines
111 B
Zig

const rend = @import("rend");
const core = rend.core;
const std = @import("std");
test "this does nothing" {}