-added external bindbc.sdl import for WASM -working on demos (WIP, working simple demo with ECS and SDL2) -small change in ecs.std
12 lines
No EOL
135 B
Text
12 lines
No EOL
135 B
Text
*
|
|
!*/
|
|
!**/dub.json
|
|
!libs/
|
|
!*.dll
|
|
!utils/**/*.d
|
|
!simple/**/*.d
|
|
!launcher/**/*.d
|
|
!assets/**
|
|
!external/**/*.d
|
|
!.gitignore
|
|
!compile_wasm.py |