version dialog
This commit is contained in:
parent
8e1855d1a2
commit
7d96c216bd
17 changed files with 291288 additions and 1 deletions
2
external/ppr
vendored
2
external/ppr
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 1eb90f4df80009a402875561e74d1547e0a65c92
|
||||
Subproject commit 7927d5114a764edd2f447d20ca65f834b20c4e0c
|
||||
7
external/stb/pmake.js
vendored
Normal file
7
external/stb/pmake.js
vendored
Normal 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
2
external/stb/stb_ds.c
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#define STB_DS_IMPLEMENTATION
|
||||
#include "stb_ds.h"
|
||||
1895
external/stb/stb_ds.h
vendored
Normal file
1895
external/stb/stb_ds.h
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue