bubel-ecs/.gitignore
Mergul 66860b9042 Android update and small improvements
-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
2020-06-01 11:24:50 +02:00

13 lines
No EOL
158 B
Text

*
!*/
!source/**
!tests/**
!README.md
!./dub.json
!.gitignore
!codecov.yml
!skeleton.html
!meson.build
!meson_options.txt
!compile_wasm.py
!compile_android.py