- Not a perfect map view, butit does work
- Removed changeRotations() in favor of init()
- Removed FreeBSD and Tiers from system requirements in README
- Fixed typo in README
This commit is contained in:
Tony Bark 2024-05-07 03:11:16 -04:00
parent 77eefcf2bc
commit 00255a6c17
3 changed files with 50 additions and 35 deletions

View file

@ -80,9 +80,7 @@ pub fn build(b: *std.Build) void {
});
exe_unit_tests.linkLibC();
exe_unit_tests.addIncludePath(.{ .path = "./library/formats" });
exe_unit_tests.addIncludePath(.{ .path = "./library/libvitaboy" });
exe_unit_tests.addIncludePath(.{ .path = "./tools" });
exe_unit_tests.addIncludePath(.{ .path = "./library" });
exe_unit_tests.root_module.addImport("raylib", raylib);
exe_unit_tests.root_module.addImport("raylib-math", raylib_math);