mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-19 04:24:54 -04:00
Map view
- 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:
parent
77eefcf2bc
commit
00255a6c17
3 changed files with 50 additions and 35 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue