glfw: add terminate function
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
7cae2818f3
commit
2bb3b934e1
2 changed files with 30 additions and 6 deletions
|
|
@ -4,5 +4,5 @@ const testing = std.testing;
|
|||
const glfw = @import("glfw");
|
||||
|
||||
test "glfw_basic" {
|
||||
glfw.basicTest();
|
||||
glfw.basicTest() catch unreachable;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue