version dialog

This commit is contained in:
Nishi 2026-05-10 07:03:11 +09:00
commit 7d96c216bd
Signed by: nishi
GPG key ID: 27EF69B208EB9343
17 changed files with 291288 additions and 1 deletions

2
external/ppr vendored

@ -1 +1 @@
Subproject commit 1eb90f4df80009a402875561e74d1547e0a65c92
Subproject commit 7927d5114a764edd2f447d20ca65f834b20c4e0c

7
external/stb/pmake.js vendored Normal file
View file

@ -0,0 +1,7 @@
function main(){
const stb = new pmake.LibraryProject("stb");
stb.sources = ["stb_ds.c"];
stb.includes = ["."];
pmake.register(stb);
}

2
external/stb/stb_ds.c vendored Normal file
View file

@ -0,0 +1,2 @@
#define STB_DS_IMPLEMENTATION
#include "stb_ds.h"

1895
external/stb/stb_ds.h vendored Normal file

File diff suppressed because it is too large Load diff