*added ImGUI styles *added new assets (fonts, shaders) *added cimgui.dll *added imports for bindbc-sdl (for WASM) *added simple demo *added demo launcher *added snake demo *impoved demo utils *added cimgui.bc library for WASM -improved wasm build script -small change in vector
13 lines
No EOL
146 B
Text
13 lines
No EOL
146 B
Text
*
|
|
!*/
|
|
!**/dub.json
|
|
!libs/
|
|
!*.dll
|
|
!utils/**/*.d
|
|
!simple/**/*.d
|
|
!launcher/**/*.d
|
|
!assets/**
|
|
!external/**/*.d
|
|
!.gitignore
|
|
!compile_wasm.py
|
|
!cimgui.bc |