-
-
Notifications
You must be signed in to change notification settings - Fork 336
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
c94525f
commit 5b32093
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule armorcore
updated
30 files
+1 −1 | .github/workflows/macos_metal.yml | |
+1 −1 | make | |
+1 −1 | make.bat | |
+236 −641 | sources/kinc/libs/lz4x.h | |
+75 −73 | sources/kinc/libs/stb_image.h | |
+2 −2 | tools/alang/README.md | |
+11 −11 | tools/alang/alang.js | |
+16 −16 | tools/alang/alang.ts | |
+1 −1 | tools/alang/project.js | |
+277 −0 | tools/amake/main.c | |
+2 −6 | tools/amake/project.js | |
+2,634 −0 | tools/amake/stb_image_resize.h | |
+ − | tools/bin/linux_arm64/kraffiti | |
+ − | tools/bin/linux_x64/alang | |
+ − | tools/bin/linux_x64/amake | |
+ − | tools/bin/linux_x64/kmake | |
+ − | tools/bin/linux_x64/kraffiti | |
+ − | tools/bin/macos/alang | |
+ − | tools/bin/macos/amake | |
+ − | tools/bin/macos/kmake | |
+ − | tools/bin/macos/kraffiti | |
+ − | tools/bin/windows_x64/alang.exe | |
+ − | tools/bin/windows_x64/amake.exe | |
+ − | tools/bin/windows_x64/kmake.exe | |
+ − | tools/bin/windows_x64/kraffiti.exe | |
+0 −92 | tools/kmake/main.c | |
+66 −68 | tools/make.js | |
+3 −3 | tools/wasm/README.md | |
+2 −2 | tools/wasm/index.html | |
+0 −1 | tools/wasm/project.js |