-fixed code do cross compiling to android -fixed build with GCC (workaround) -added little benchmark -several small fixes -updated meson build (demos building, working with GCC, LDC and DMD) -added some meson options -added ImGUI bind for OpenGL3
18 lines
No EOL
232 B
Text
18 lines
No EOL
232 B
Text
*
|
|
!*/
|
|
!**/dub.json
|
|
!libs/
|
|
!*.dll
|
|
!libs/**
|
|
!utils/**/*.d
|
|
!source/**/*.d
|
|
!launcher/**/*.d
|
|
!assets/**
|
|
!external/**/*.d
|
|
!.gitignore
|
|
!compile_wasm.py
|
|
!cimgui.bc
|
|
!emscripten_shell.html
|
|
!emscripten_multi_shell.html
|
|
!compile_android.py
|
|
.dub |