Skip to content

Commit

Permalink
Fix umbox link
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Maškarinec <[email protected]>
  • Loading branch information
marekmaskarinec committed Jun 10, 2024
1 parent 313cc00 commit 3025cb3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/sokol
2 changes: 1 addition & 1 deletion lib/stb
Submodule stb updated 4 files
+2 −2 README.md
+6 −3 stb_image.h
+23 −22 stb_image_resize2.h
+4 −0 tests/stb.dsp
2 changes: 1 addition & 1 deletion lib/umka
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down
2 changes: 1 addition & 1 deletion src/staembed.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "tophat.h"
#include "tophat.h"
const char *th_em_modulesrc[] = {
"\n"
"import (\n"
Expand Down

0 comments on commit 3025cb3

Please sign in to comment.