-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0d9913
commit 6ee9fae
Showing
2,298 changed files
with
1,624,582 additions
and
1,304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
{ | ||
"externals": [ | ||
{ | ||
"name": "zglfw", | ||
"license": "externals/shared/lib/zglfw/LICENSE" | ||
}, | ||
{ | ||
"name": "zjobs", | ||
"license": "externals/shared/lib/zjobs/LICENSE" | ||
}, | ||
{ | ||
"name": "ztracy", | ||
"license": "externals/shared/lib/ztracy/LICENSE" | ||
}, | ||
{ | ||
"name": "zgui", | ||
"license": "externals/shared/lib/zgui/LICENSE" | ||
}, | ||
{ | ||
"name": "zflecs", | ||
"license": "externals/shared/lib/zflecs/LICENSE" | ||
}, | ||
{ | ||
"name": "imgui", | ||
"license": "externals/shared/lib/zgui/libs/imgui/LICENSE.txt" | ||
}, | ||
{ | ||
"name": "imgui_test_engine", | ||
"license": "externals/shared/lib/zgui/libs/imgui_test_engine/LICENSE.txt" | ||
}, | ||
{ | ||
"name": "implot", | ||
"license": "externals/shared/lib/zgui/libs/implot/LICENSE" | ||
}, | ||
{ | ||
"name": "imguizmo", | ||
"license": "externals/shared/lib/zgui/libs/imguizmo/LICENSE" | ||
}, | ||
{ | ||
"name": "imgui_node_editor", | ||
"license": "externals/shared/lib/zgui/libs/node_editor/LICENSE" | ||
}, | ||
{ | ||
"name": "FLECS", | ||
"license": "externals/shared/lib/zflecs/libs/flecs/LICENSE" | ||
}, | ||
{ | ||
"name": "glfw", | ||
"license": "externals/shared/lib/zglfw/libs/glfw/LICENSE.md" | ||
}, | ||
{ | ||
"name": "SDL_GameControllerDB", | ||
"license": "externals/shared/lib/SDL_GameControllerDB/LICENSE" | ||
}, | ||
{ | ||
"name": "zf", | ||
"license": "externals/shared/lib/zf/LICENSE" | ||
}, | ||
{ | ||
"name": "zig-uuid", | ||
"license": "externals/shared/lib/zig-uuid/LICENSE" | ||
}, | ||
{ | ||
"name": "nativefiledialog-extended", | ||
"license": "externals/shared/lib/znfde/nativefiledialog/LICENSE" | ||
}, | ||
{ | ||
"name": "bgfx", | ||
"license": "externals/shared/lib/zbgfx/libs/bgfx/LICENSE" | ||
}, | ||
{ | ||
"name": "zbgfx", | ||
"license": "externals/shared/lib/zbgfx/LICENSE" | ||
}, | ||
{ | ||
"name": "ziglang-set", | ||
"license": "externals/shared/lib/ziglang-set/LICENSE" | ||
}, | ||
{ | ||
"name": "cetech1", | ||
"license": "LICENSE" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"launchers": [ | ||
{ | ||
"name": "CETech1 no asset root", | ||
"args": [] | ||
}, | ||
{ | ||
"name": "CETech1 max 5 tick", | ||
"args": [ | ||
"--max-kernel-tick", | ||
"5", | ||
"--asset-root", | ||
"fixtures/test_asset/" | ||
] | ||
}, | ||
{ | ||
"name": "CETech1 --headless", | ||
"args": [ | ||
"--max-kernel-tick", | ||
"5", | ||
"--asset-root", | ||
"fixtures/test_asset/", | ||
"--headless" | ||
] | ||
}, | ||
{ | ||
"name": "CETech1 Tests", | ||
"program": "zig-out/bin/cetech1_test", | ||
"args": [] | ||
}, | ||
{ | ||
"name": "CETech1 Tests UI", | ||
"args": [ | ||
"--test-ui" | ||
] | ||
}, | ||
{ | ||
"name": "CETech1 Tests UI (headless)", | ||
"args": [ | ||
"--test-ui", | ||
"--headless", | ||
"--test-ui-junit", | ||
"./result.xml" | ||
] | ||
}, | ||
{ | ||
"name": "CETech1 (Vulkan)", | ||
"args": [ | ||
"--asset-root", | ||
"fixtures/test_asset/", | ||
"--renderer", | ||
"vulkan" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.