diff --git a/box.json b/box.json index 38369c3..dde7850 100644 --- a/box.json +++ b/box.json @@ -5,7 +5,8 @@ "license": "BSD-3", "description": "A 2d game framework", "readme": "README.md", - "link": "https://tophat2d.dev", + "source": "https://github.com/marekmaskarinec/tophat", + "homepage": "https://tophat2d.dev", "dependencies": [], "include": ["tophat", "tophat.exe"], "run": "./tophat" diff --git a/lib/miniaudio b/lib/miniaudio index b19cc09..4a5b74b 160000 --- a/lib/miniaudio +++ b/lib/miniaudio @@ -1 +1 @@ -Subproject commit b19cc09fd06b80f370ca4385d260df7e31925b50 +Subproject commit 4a5b74bef029b3592c54b6048650ee5f972c1a48 diff --git a/lib/sokol b/lib/sokol index 6733919..c54523c 160000 --- a/lib/sokol +++ b/lib/sokol @@ -1 +1 @@ -Subproject commit 67339198b75a7d04da3676db2b56514bf363d4b1 +Subproject commit c54523c078e481d3084fa0b4630d2ce3d3e1e74f diff --git a/lib/stb b/lib/stb index ae721c5..013ac3b 160000 --- a/lib/stb +++ b/lib/stb @@ -1 +1 @@ -Subproject commit ae721c50eaf761660b4f90cc590453cdb0c2acd0 +Subproject commit 013ac3beddff3dbffafd5177e7972067cd2b5083 diff --git a/lib/umka b/lib/umka index 64acb8e..a1f800c 160000 --- a/lib/umka +++ b/lib/umka @@ -1 +1 @@ -Subproject commit 64acb8e9bf14ae974d3d5df2bbc7ca5014c52036 +Subproject commit a1f800c87103c963e7c562eeff5ae880f9106b82 diff --git a/src/Makefile b/src/Makefile index 6bdb7d7..220d7e4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -39,7 +39,7 @@ IMAGES = etc/test.ff etc/icon.ff etc/button.ff %.md: %.um @echo BU $@ - @$(MMDOC) $< > $@ + @$(MMDOC) -t $< > $@ $(EM_TARGET): $(UMKA_MODULES) $(UMKA_DOCS) $(IMAGES_MOD) LICENSE version $(HELPER_SCRIPT) $(UMKA_BIN) $(IMAGES) @echo EM $@ diff --git a/src/staembed.c b/src/staembed.c index 84d2456..e982b05 100644 --- a/src/staembed.c +++ b/src/staembed.c @@ -1,4 +1,4 @@ -#include "tophat.h" +#include "tophat.h" const char *th_em_modulesrc[] = { "\n" "import (\n"