version dialog
This commit is contained in:
parent
8e1855d1a2
commit
7d96c216bd
17 changed files with 291288 additions and 1 deletions
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