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
This commit is contained in:
parent
86edfa4a57
commit
66860b9042
30 changed files with 1358 additions and 173 deletions
11
demos/external/android/bindbc/loader/package.d
vendored
Normal file
11
demos/external/android/bindbc/loader/package.d
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
// Copyright Michael D. Parker 2018.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
module bindbc.loader;
|
||||
|
||||
public
|
||||
import bindbc.loader.sharedlib,
|
||||
bindbc.loader.system;
|
||||
Loading…
Add table
Add a link
Reference in a new issue