koffi 2.1.3 → 2.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +44 -68
- package/{LICENSE.txt → src/cnoke/LICENSE.txt} +0 -0
- package/src/cnoke/README.md +97 -0
- package/src/cnoke/assets/FindCNoke.cmake +71 -0
- package/src/cnoke/assets/win_delay_hook.c +34 -0
- package/src/cnoke/cnoke.js +968 -0
- package/src/cnoke/package.json +25 -0
- package/{vendor → src/core}/libcc/libcc.cc +38 -11
- package/{vendor → src/core}/libcc/libcc.hh +4 -2
- package/{CMakeLists.txt → src/koffi/CMakeLists.txt} +3 -3
- package/{ChangeLog.md → src/koffi/ChangeLog.md} +11 -0
- package/src/koffi/LICENSE.txt +661 -0
- package/{README.md → src/koffi/README.md} +0 -0
- package/{benchmark → src/koffi/benchmark}/CMakeLists.txt +9 -6
- package/{benchmark → src/koffi/benchmark}/atoi_koffi.js +0 -0
- package/{benchmark → src/koffi/benchmark}/atoi_napi.cc +1 -1
- package/{benchmark → src/koffi/benchmark}/atoi_napi.js +0 -0
- package/{benchmark → src/koffi/benchmark}/atoi_node_ffi.js +0 -0
- package/src/koffi/benchmark/benchmark.js +118 -0
- package/src/koffi/benchmark/rand_koffi.js +52 -0
- package/src/koffi/benchmark/rand_napi.cc +69 -0
- package/src/koffi/benchmark/rand_napi.js +47 -0
- package/src/koffi/benchmark/rand_node_ffi.js +55 -0
- package/{benchmark → src/koffi/benchmark}/raylib_cc.cc +2 -2
- package/{benchmark → src/koffi/benchmark}/raylib_cc.js +0 -0
- package/{benchmark → src/koffi/benchmark}/raylib_koffi.js +0 -0
- package/{benchmark → src/koffi/benchmark}/raylib_node_ffi.js +0 -0
- package/{benchmark → src/koffi/benchmark}/raylib_node_raylib.js +0 -0
- package/src/koffi/build/2.1.4/koffi_darwin_arm64.tar.gz +0 -0
- package/src/koffi/build/2.1.4/koffi_darwin_x64.tar.gz +0 -0
- package/src/koffi/build/2.1.4/koffi_freebsd_arm64.tar.gz +0 -0
- package/src/koffi/build/2.1.4/koffi_freebsd_ia32.tar.gz +0 -0
- package/src/koffi/build/2.1.4/koffi_freebsd_x64.tar.gz +0 -0
- package/src/koffi/build/2.1.4/koffi_linux_arm32hf.tar.gz +0 -0
- package/src/koffi/build/2.1.4/koffi_linux_arm64.tar.gz +0 -0
- package/src/koffi/build/2.1.4/koffi_linux_ia32.tar.gz +0 -0
- package/src/koffi/build/2.1.4/koffi_linux_riscv64hf64.tar.gz +0 -0
- package/src/koffi/build/2.1.4/koffi_linux_x64.tar.gz +0 -0
- package/src/koffi/build/2.1.4/koffi_openbsd_ia32.tar.gz +0 -0
- package/src/koffi/build/2.1.4/koffi_openbsd_x64.tar.gz +0 -0
- package/src/koffi/build/2.1.4/koffi_win32_arm64.tar.gz +0 -0
- package/src/koffi/build/2.1.4/koffi_win32_ia32.tar.gz +0 -0
- package/src/koffi/build/2.1.4/koffi_win32_x64.tar.gz +0 -0
- package/{doc → src/koffi/doc}/Makefile +0 -0
- package/{doc → src/koffi/doc}/benchmarks.md +0 -0
- package/{doc → src/koffi/doc}/benchmarks.xlsx +0 -0
- package/{doc → src/koffi/doc}/changes.md +0 -0
- package/{doc → src/koffi/doc}/conf.py +0 -0
- package/{doc → src/koffi/doc}/contribute.md +5 -5
- package/{doc → src/koffi/doc}/functions.md +0 -0
- package/{doc → src/koffi/doc}/index.rst +1 -1
- package/{doc → src/koffi/doc}/make.bat +0 -0
- package/{doc → src/koffi/doc}/memory.md +1 -0
- package/{doc → src/koffi/doc}/platforms.md +0 -0
- package/{doc → src/koffi/doc}/poetry.lock +0 -0
- package/{doc → src/koffi/doc}/pyproject.toml +0 -0
- package/{doc → src/koffi/doc}/start.md +0 -0
- package/{doc → src/koffi/doc}/static/bench_linux.png +0 -0
- package/{doc → src/koffi/doc}/static/bench_windows.png +0 -0
- package/{doc → src/koffi/doc}/static/custom.css +0 -0
- package/{doc → src/koffi/doc}/static/perf_linux_20220623.png +0 -0
- package/{doc → src/koffi/doc}/static/perf_linux_20220623_2.png +0 -0
- package/{doc → src/koffi/doc}/static/perf_linux_20220627.png +0 -0
- package/{doc → src/koffi/doc}/static/perf_linux_20220628.png +0 -0
- package/{doc → src/koffi/doc}/static/perf_linux_20220812.png +0 -0
- package/{doc → src/koffi/doc}/static/perf_windows_20220623.png +0 -0
- package/{doc → src/koffi/doc}/static/perf_windows_20220623_2.png +0 -0
- package/{doc → src/koffi/doc}/static/perf_windows_20220627.png +0 -0
- package/{doc → src/koffi/doc}/static/perf_windows_20220628.png +0 -0
- package/{doc → src/koffi/doc}/static/perf_windows_20220812.png +0 -0
- package/{doc → src/koffi/doc}/templates/badges.html +1 -1
- package/{doc → src/koffi/doc}/types.md +0 -0
- package/src/koffi/qemu/qemu/.gitkeep +0 -0
- package/{qemu → src/koffi/qemu}/qemu.js +217 -131
- package/{qemu → src/koffi/qemu}/registry/machines.json +24 -0
- package/{qemu → src/koffi/qemu}/registry/sha256sum.txt +0 -0
- package/src/{abi_arm32.cc → koffi/src/abi_arm32.cc} +1 -1
- package/src/{abi_arm32_fwd.S → koffi/src/abi_arm32_fwd.S} +0 -0
- package/src/{abi_arm64.cc → koffi/src/abi_arm64.cc} +1 -1
- package/src/{abi_arm64_fwd.S → koffi/src/abi_arm64_fwd.S} +0 -0
- package/src/{abi_arm64_fwd.asm → koffi/src/abi_arm64_fwd.asm} +0 -0
- package/src/{abi_riscv64.cc → koffi/src/abi_riscv64.cc} +1 -1
- package/src/{abi_riscv64_fwd.S → koffi/src/abi_riscv64_fwd.S} +0 -0
- package/src/{abi_x64_sysv.cc → koffi/src/abi_x64_sysv.cc} +1 -1
- package/src/{abi_x64_sysv_fwd.S → koffi/src/abi_x64_sysv_fwd.S} +0 -0
- package/src/{abi_x64_win.cc → koffi/src/abi_x64_win.cc} +1 -1
- package/src/{abi_x64_win_fwd.asm → koffi/src/abi_x64_win_fwd.asm} +0 -0
- package/src/{abi_x86.cc → koffi/src/abi_x86.cc} +1 -1
- package/src/{abi_x86_fwd.S → koffi/src/abi_x86_fwd.S} +0 -0
- package/src/{abi_x86_fwd.asm → koffi/src/abi_x86_fwd.asm} +0 -0
- package/src/{call.cc → koffi/src/call.cc} +1 -1
- package/src/{call.hh → koffi/src/call.hh} +2 -2
- package/src/{ffi.cc → koffi/src/ffi.cc} +34 -18
- package/src/{ffi.hh → koffi/src/ffi.hh} +5 -3
- package/src/{index.js → koffi/src/index.js} +0 -0
- package/src/{parser.cc → koffi/src/parser.cc} +1 -1
- package/src/{parser.hh → koffi/src/parser.hh} +1 -1
- package/src/{util.cc → koffi/src/util.cc} +1 -1
- package/src/{util.hh → koffi/src/util.hh} +1 -1
- package/{test → src/koffi/test}/CMakeLists.txt +14 -15
- package/{test → src/koffi/test}/async.js +0 -0
- package/{test → src/koffi/test}/callbacks.js +0 -0
- package/{test → src/koffi/test}/misc.c +13 -0
- package/{test → src/koffi/test}/misc.def +0 -0
- package/{test → src/koffi/test}/raylib.js +0 -0
- package/{test → src/koffi/test}/sqlite.js +1 -1
- package/{test → src/koffi/test}/sync.js +17 -0
- package/vendor/brotli/BUILD +144 -0
- package/vendor/brotli/CMakeLists.txt +421 -0
- package/vendor/brotli/CONTRIBUTING.md +27 -0
- package/vendor/brotli/LICENSE +19 -0
- package/vendor/brotli/MANIFEST.in +17 -0
- package/vendor/brotli/Makefile +55 -0
- package/vendor/brotli/Makefile.am +38 -0
- package/vendor/brotli/README +15 -0
- package/vendor/brotli/README.md +104 -0
- package/vendor/brotli/WORKSPACE +21 -0
- package/vendor/brotli/bootstrap +35 -0
- package/vendor/brotli/c/common/constants.c +15 -0
- package/vendor/brotli/c/common/constants.h +200 -0
- package/vendor/brotli/c/common/context.c +156 -0
- package/vendor/brotli/c/common/context.h +113 -0
- package/vendor/brotli/c/common/dictionary.c +5914 -0
- package/vendor/brotli/c/common/dictionary.h +64 -0
- package/vendor/brotli/c/common/platform.c +22 -0
- package/vendor/brotli/c/common/platform.h +594 -0
- package/vendor/brotli/c/common/transform.c +291 -0
- package/vendor/brotli/c/common/transform.h +85 -0
- package/vendor/brotli/c/common/version.h +26 -0
- package/vendor/brotli/c/dec/bit_reader.c +76 -0
- package/vendor/brotli/c/dec/bit_reader.h +351 -0
- package/vendor/brotli/c/dec/decode.c +2608 -0
- package/vendor/brotli/c/dec/huffman.c +339 -0
- package/vendor/brotli/c/dec/huffman.h +121 -0
- package/vendor/brotli/c/dec/prefix.h +732 -0
- package/vendor/brotli/c/dec/state.c +159 -0
- package/vendor/brotli/c/dec/state.h +365 -0
- package/vendor/brotli/c/enc/backward_references.c +145 -0
- package/vendor/brotli/c/enc/backward_references.h +39 -0
- package/vendor/brotli/c/enc/backward_references_hq.c +843 -0
- package/vendor/brotli/c/enc/backward_references_hq.h +95 -0
- package/vendor/brotli/c/enc/backward_references_inc.h +163 -0
- package/vendor/brotli/c/enc/bit_cost.c +35 -0
- package/vendor/brotli/c/enc/bit_cost.h +63 -0
- package/vendor/brotli/c/enc/bit_cost_inc.h +127 -0
- package/vendor/brotli/c/enc/block_encoder_inc.h +34 -0
- package/vendor/brotli/c/enc/block_splitter.c +194 -0
- package/vendor/brotli/c/enc/block_splitter.h +51 -0
- package/vendor/brotli/c/enc/block_splitter_inc.h +440 -0
- package/vendor/brotli/c/enc/brotli_bit_stream.c +1314 -0
- package/vendor/brotli/c/enc/brotli_bit_stream.h +84 -0
- package/vendor/brotli/c/enc/cluster.c +56 -0
- package/vendor/brotli/c/enc/cluster.h +48 -0
- package/vendor/brotli/c/enc/cluster_inc.h +320 -0
- package/vendor/brotli/c/enc/command.c +28 -0
- package/vendor/brotli/c/enc/command.h +190 -0
- package/vendor/brotli/c/enc/compress_fragment.c +790 -0
- package/vendor/brotli/c/enc/compress_fragment.h +61 -0
- package/vendor/brotli/c/enc/compress_fragment_two_pass.c +645 -0
- package/vendor/brotli/c/enc/compress_fragment_two_pass.h +54 -0
- package/vendor/brotli/c/enc/dictionary_hash.c +1846 -0
- package/vendor/brotli/c/enc/dictionary_hash.h +25 -0
- package/vendor/brotli/c/enc/encode.c +1927 -0
- package/vendor/brotli/c/enc/encoder_dict.c +33 -0
- package/vendor/brotli/c/enc/encoder_dict.h +43 -0
- package/vendor/brotli/c/enc/entropy_encode.c +503 -0
- package/vendor/brotli/c/enc/entropy_encode.h +122 -0
- package/vendor/brotli/c/enc/entropy_encode_static.h +539 -0
- package/vendor/brotli/c/enc/fast_log.c +105 -0
- package/vendor/brotli/c/enc/fast_log.h +66 -0
- package/vendor/brotli/c/enc/find_match_length.h +79 -0
- package/vendor/brotli/c/enc/hash.h +488 -0
- package/vendor/brotli/c/enc/hash_composite_inc.h +125 -0
- package/vendor/brotli/c/enc/hash_forgetful_chain_inc.h +293 -0
- package/vendor/brotli/c/enc/hash_longest_match64_inc.h +267 -0
- package/vendor/brotli/c/enc/hash_longest_match_inc.h +262 -0
- package/vendor/brotli/c/enc/hash_longest_match_quickly_inc.h +266 -0
- package/vendor/brotli/c/enc/hash_rolling_inc.h +212 -0
- package/vendor/brotli/c/enc/hash_to_binary_tree_inc.h +329 -0
- package/vendor/brotli/c/enc/histogram.c +100 -0
- package/vendor/brotli/c/enc/histogram.h +63 -0
- package/vendor/brotli/c/enc/histogram_inc.h +51 -0
- package/vendor/brotli/c/enc/literal_cost.c +175 -0
- package/vendor/brotli/c/enc/literal_cost.h +30 -0
- package/vendor/brotli/c/enc/memory.c +170 -0
- package/vendor/brotli/c/enc/memory.h +114 -0
- package/vendor/brotli/c/enc/metablock.c +663 -0
- package/vendor/brotli/c/enc/metablock.h +105 -0
- package/vendor/brotli/c/enc/metablock_inc.h +183 -0
- package/vendor/brotli/c/enc/params.h +46 -0
- package/vendor/brotli/c/enc/prefix.h +53 -0
- package/vendor/brotli/c/enc/quality.h +165 -0
- package/vendor/brotli/c/enc/ringbuffer.h +167 -0
- package/vendor/brotli/c/enc/static_dict.c +486 -0
- package/vendor/brotli/c/enc/static_dict.h +40 -0
- package/vendor/brotli/c/enc/static_dict_lut.h +5864 -0
- package/vendor/brotli/c/enc/utf8_util.c +85 -0
- package/vendor/brotli/c/enc/utf8_util.h +32 -0
- package/vendor/brotli/c/enc/write_bits.h +87 -0
- package/vendor/brotli/c/include/brotli/decode.h +344 -0
- package/vendor/brotli/c/include/brotli/encode.h +448 -0
- package/vendor/brotli/c/include/brotli/port.h +288 -0
- package/vendor/brotli/c/include/brotli/types.h +83 -0
- package/vendor/brotli/c/tools/brotli.c +1116 -0
- package/vendor/brotli/c/tools/brotli.md +107 -0
- package/vendor/brotli/compiler_config_setting.bzl +28 -0
- package/vendor/brotli/configure +8 -0
- package/vendor/brotli/configure-cmake +318 -0
- package/vendor/brotli/configure.ac +14 -0
- package/vendor/brotli/docs/brotli.1 +132 -0
- package/vendor/brotli/docs/constants.h.3 +47 -0
- package/vendor/brotli/docs/decode.h.3 +415 -0
- package/vendor/brotli/docs/encode.h.3 +586 -0
- package/vendor/brotli/docs/types.h.3 +117 -0
- package/vendor/brotli/premake5.lua +78 -0
- package/vendor/brotli/python/Makefile +57 -0
- package/vendor/brotli/python/README.md +54 -0
- package/vendor/brotli/python/_brotli.cc +753 -0
- package/vendor/brotli/python/bro.py +160 -0
- package/vendor/brotli/python/brotli.py +56 -0
- package/vendor/brotli/python/tests/__init__.py +0 -0
- package/vendor/brotli/python/tests/_test_utils.py +112 -0
- package/vendor/brotli/python/tests/bro_test.py +102 -0
- package/vendor/brotli/python/tests/compress_test.py +41 -0
- package/vendor/brotli/python/tests/compressor_test.py +94 -0
- package/vendor/brotli/python/tests/decompress_test.py +42 -0
- package/vendor/brotli/python/tests/decompressor_test.py +59 -0
- package/vendor/brotli/scripts/libbrotlicommon.pc.in +11 -0
- package/vendor/brotli/scripts/libbrotlidec.pc.in +12 -0
- package/vendor/brotli/scripts/libbrotlienc.pc.in +12 -0
- package/vendor/brotli/scripts/sources.lst +104 -0
- package/vendor/brotli/setup.cfg +5 -0
- package/vendor/brotli/setup.py +293 -0
- package/vendor/brotli/tests/Makefile +17 -0
- package/vendor/brotli/tests/compatibility_test.sh +25 -0
- package/vendor/brotli/tests/roundtrip_test.sh +36 -0
- package/vendor/brotli/tests/run-compatibility-test.cmake +31 -0
- package/vendor/brotli/tests/run-roundtrip-test.cmake +36 -0
- package/vendor/brotli/tests/testdata/empty +0 -0
- package/vendor/brotli/tests/testdata/empty.compressed +1 -0
- package/vendor/brotli/tests/testdata/ukkonooa +1 -0
- package/vendor/brotli/tests/testdata/ukkonooa.compressed +0 -0
- package/vendor/miniz/ChangeLog.md +235 -0
- package/vendor/miniz/LICENSE +22 -0
- package/vendor/miniz/examples/example1.c +105 -0
- package/vendor/miniz/examples/example2.c +164 -0
- package/vendor/miniz/examples/example3.c +269 -0
- package/vendor/miniz/examples/example4.c +102 -0
- package/vendor/miniz/examples/example5.c +327 -0
- package/vendor/miniz/examples/example6.c +166 -0
- package/vendor/miniz/miniz.c +7835 -0
- package/vendor/miniz/miniz.h +1422 -0
- package/vendor/miniz/readme.md +46 -0
- package/vendor/{sqlite3 → sqlite3mc}/sqlite3ext.h +18 -2
- package/vendor/{sqlite3/sqlite3.c → sqlite3mc/sqlite3mc.c} +60872 -4890
- package/vendor/sqlite3mc/sqlite3mc.def +312 -0
- package/vendor/{sqlite3/sqlite3.h → sqlite3mc/sqlite3mc.h} +480 -36
- package/build/qemu/2.1.3/koffi_darwin_arm64.tar.gz +0 -0
- package/build/qemu/2.1.3/koffi_darwin_x64.tar.gz +0 -0
- package/build/qemu/2.1.3/koffi_freebsd_arm64.tar.gz +0 -0
- package/build/qemu/2.1.3/koffi_freebsd_ia32.tar.gz +0 -0
- package/build/qemu/2.1.3/koffi_freebsd_x64.tar.gz +0 -0
- package/build/qemu/2.1.3/koffi_linux_arm32hf.tar.gz +0 -0
- package/build/qemu/2.1.3/koffi_linux_arm64.tar.gz +0 -0
- package/build/qemu/2.1.3/koffi_linux_ia32.tar.gz +0 -0
- package/build/qemu/2.1.3/koffi_linux_riscv64hf64.tar.gz +0 -0
- package/build/qemu/2.1.3/koffi_linux_x64.tar.gz +0 -0
- package/build/qemu/2.1.3/koffi_openbsd_ia32.tar.gz +0 -0
- package/build/qemu/2.1.3/koffi_openbsd_x64.tar.gz +0 -0
- package/build/qemu/2.1.3/koffi_win32_arm64.tar.gz +0 -0
- package/build/qemu/2.1.3/koffi_win32_ia32.tar.gz +0 -0
- package/build/qemu/2.1.3/koffi_win32_x64.tar.gz +0 -0
- package/vendor/_patches/glfw_001_fix_openbsd_xlib_soname.patch +0 -145
- package/vendor/raylib/projects/VS2019-Android/raylib_android/raylib_android.NativeActivity/raylib_android.NativeActivity.vcxproj +0 -226
- package/vendor/raylib/projects/VS2019-Android/raylib_android/raylib_android.NativeActivity/raylib_android.NativeActivity.vcxproj.filters +0 -10
- package/vendor/raylib/projects/VS2019-Android/raylib_android/raylib_android.NativeActivity/raylib_android.NativeActivity.vcxproj.user +0 -4
- package/vendor/raylib/projects/VS2019-Android/raylib_android.sln +0 -75
- package/vendor/raylib/projects/VS2022/examples/audio_module_playing.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/audio_multichannel_sound.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/audio_music_stream.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/audio_raw_stream.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/audio_sound_loading.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/audio_stream_effects.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/core_2d_camera.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/core_2d_camera_mouse_zoom.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/core_2d_camera_platformer.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/core_3d_camera_first_person.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/core_3d_camera_free.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/core_3d_camera_mode.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/core_3d_picking.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/core_basic_screen_manager.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/core_basic_window.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/core_custom_frame_control.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/core_custom_logging.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/core_drop_files.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/core_input_gamepad.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/core_input_gestures.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/core_input_keys.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/core_input_mouse.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/core_input_mouse_wheel.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/core_input_multitouch.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/core_loading_thread.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/core_random_values.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/core_scissor_test.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/core_split_screen.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/core_storage_values.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/core_vr_simulator.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/core_window_flags.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/core_window_letterbox.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/core_window_should_close.vcxproj +0 -390
- package/vendor/raylib/projects/VS2022/examples/core_world_screen.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/easings_testbed.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/embedded_files_loading.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/models_animation.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/models_billboard.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/models_box_collisions.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/models_cubicmap.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/models_first_person_maze.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/models_geometric_shapes.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/models_heightmap.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/models_loading.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/models_loading_gltf.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/models_loading_vox.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/models_mesh_generation.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/models_mesh_picking.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/models_orthographic_projection.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/models_rlgl_solar_system.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/models_skybox.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/models_waving_cubes.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/models_yaw_pitch_roll.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/rlgl_compute_shaders.vcxproj +0 -391
- package/vendor/raylib/projects/VS2022/examples/rlgl_standalone.vcxproj +0 -391
- package/vendor/raylib/projects/VS2022/examples/shaders_basic_lighting.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shaders_custom_uniform.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shaders_eratosthenes.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shaders_fog.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shaders_hot_reloading.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shaders_julia_set.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shaders_mesh_instancing.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shaders_model_shader.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shaders_multi_sample2d.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shaders_palette_switch.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shaders_postprocessing.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shaders_raymarching.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shaders_shapes_textures.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shaders_simple_mask.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shaders_spotlight.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shaders_texture_drawing.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shaders_texture_waves.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shapes_basic_shapes.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shapes_bouncing_ball.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shapes_collision_area.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shapes_colors_palette.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shapes_draw_circle_sector.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shapes_draw_rectangle_rounded.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shapes_draw_ring.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shapes_easings_ball_anim.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shapes_easings_box_anim.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shapes_easings_rectangle_array.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shapes_following_eyes.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shapes_lines_bezier.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shapes_logo_raylib.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shapes_logo_raylib_anim.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/shapes_rectangle_scaling.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/text_codepoints_loading.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/text_draw_3d.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/text_font_filters.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/text_font_loading.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/text_font_sdf.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/text_font_spritefont.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/text_format_text.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/text_input_box.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/text_raylib_fonts.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/text_rectangle_bounds.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/text_unicode.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/text_writing_anim.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_background_scrolling.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_blend_modes.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_bunnymark.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_draw_tiled.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_fog_of_war.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_gif_player.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_image_drawing.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_image_generation.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_image_loading.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_image_processing.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_image_text.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_logo_raylib.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_mouse_painting.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_npatch_drawing.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_particles_blending.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_polygon.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_raw_data.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_sprite_anim.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_sprite_button.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_sprite_explosion.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_srcrec_dstrec.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/examples/textures_to_image.vcxproj +0 -387
- package/vendor/raylib/projects/VS2022/raylib/raylib.vcxproj +0 -340
- package/vendor/raylib/projects/VS2022/raylib.sln +0 -2347
- package/vendor/sqlite3/shell.c +0 -23496
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
diff --git a/koffi/vendor/raylib/src/external/glfw/src/egl_context.c b/koffi/vendor/raylib/src/external/glfw/src/egl_context.c
|
|
2
|
-
index 975c67be..4edd3dac 100644
|
|
3
|
-
--- a/koffi/vendor/raylib/src/external/glfw/src/egl_context.c
|
|
4
|
-
+++ b/koffi/vendor/raylib/src/external/glfw/src/egl_context.c
|
|
5
|
-
@@ -316,6 +316,8 @@ GLFWbool _glfwInitEGL(void)
|
|
6
|
-
"libEGL.dylib",
|
|
7
|
-
#elif defined(__CYGWIN__)
|
|
8
|
-
"libEGL-1.so",
|
|
9
|
-
+#elif defined(__OpenBSD__) || defined(__NetBSD__)
|
|
10
|
-
+ "libEGL.so",
|
|
11
|
-
#else
|
|
12
|
-
"libEGL.so.1",
|
|
13
|
-
#endif
|
|
14
|
-
@@ -686,6 +688,8 @@ GLFWbool _glfwCreateContextEGL(_GLFWwindow* window,
|
|
15
|
-
"libGLES_CM.dll",
|
|
16
|
-
#elif defined(_GLFW_COCOA)
|
|
17
|
-
"libGLESv1_CM.dylib",
|
|
18
|
-
+#elif defined(__OpenBSD__) || defined(__NetBSD__)
|
|
19
|
-
+ "libGLESv1_CM.so",
|
|
20
|
-
#else
|
|
21
|
-
"libGLESv1_CM.so.1",
|
|
22
|
-
"libGLES_CM.so.1",
|
|
23
|
-
@@ -703,6 +707,8 @@ GLFWbool _glfwCreateContextEGL(_GLFWwindow* window,
|
|
24
|
-
"libGLESv2.dylib",
|
|
25
|
-
#elif defined(__CYGWIN__)
|
|
26
|
-
"libGLESv2-2.so",
|
|
27
|
-
+#elif defined(__OpenBSD__) || defined(__NetBSD__)
|
|
28
|
-
+ "libGLESv2.so",
|
|
29
|
-
#else
|
|
30
|
-
"libGLESv2.so.2",
|
|
31
|
-
#endif
|
|
32
|
-
diff --git a/koffi/vendor/raylib/src/external/glfw/src/osmesa_context.c b/koffi/vendor/raylib/src/external/glfw/src/osmesa_context.c
|
|
33
|
-
index 70e8675b..62c31678 100644
|
|
34
|
-
--- a/koffi/vendor/raylib/src/external/glfw/src/osmesa_context.c
|
|
35
|
-
+++ b/koffi/vendor/raylib/src/external/glfw/src/osmesa_context.c
|
|
36
|
-
@@ -124,6 +124,8 @@ GLFWbool _glfwInitOSMesa(void)
|
|
37
|
-
"libOSMesa.8.dylib",
|
|
38
|
-
#elif defined(__CYGWIN__)
|
|
39
|
-
"libOSMesa-8.so",
|
|
40
|
-
+#elif defined(__OpenBSD__) || defined(__NetBSD__)
|
|
41
|
-
+ "libOSMesa.so",
|
|
42
|
-
#else
|
|
43
|
-
"libOSMesa.so.8",
|
|
44
|
-
"libOSMesa.so.6",
|
|
45
|
-
diff --git a/koffi/vendor/raylib/src/external/glfw/src/vulkan.c b/koffi/vendor/raylib/src/external/glfw/src/vulkan.c
|
|
46
|
-
index b5340520..7eb4fdf0 100644
|
|
47
|
-
--- a/koffi/vendor/raylib/src/external/glfw/src/vulkan.c
|
|
48
|
-
+++ b/koffi/vendor/raylib/src/external/glfw/src/vulkan.c
|
|
49
|
-
@@ -59,6 +59,8 @@ GLFWbool _glfwInitVulkan(int mode)
|
|
50
|
-
_glfw.vk.handle = _glfw_dlopen("libvulkan.1.dylib");
|
|
51
|
-
if (!_glfw.vk.handle)
|
|
52
|
-
_glfw.vk.handle = _glfwLoadLocalVulkanLoaderNS();
|
|
53
|
-
+#elif defined(__OpenBSD__) || defined(__NetBSD__)
|
|
54
|
-
+ _glfw.vk.handle = _glfw_dlopen("libvulkan.so");
|
|
55
|
-
#else
|
|
56
|
-
_glfw.vk.handle = _glfw_dlopen("libvulkan.so.1");
|
|
57
|
-
#endif
|
|
58
|
-
diff --git a/koffi/vendor/raylib/src/external/glfw/src/x11_init.c b/koffi/vendor/raylib/src/external/glfw/src/x11_init.c
|
|
59
|
-
index fc9ac427..c2233f56 100644
|
|
60
|
-
--- a/koffi/vendor/raylib/src/external/glfw/src/x11_init.c
|
|
61
|
-
+++ b/koffi/vendor/raylib/src/external/glfw/src/x11_init.c
|
|
62
|
-
@@ -601,7 +601,11 @@ static void detectEWMH(void)
|
|
63
|
-
//
|
|
64
|
-
static GLFWbool initExtensions(void)
|
|
65
|
-
{
|
|
66
|
-
+#if defined(__OpenBSD__) || defined(__NetBSD__)
|
|
67
|
-
+ _glfw.x11.vidmode.handle = _glfw_dlopen("libXxf86vm.so");
|
|
68
|
-
+#else
|
|
69
|
-
_glfw.x11.vidmode.handle = _glfw_dlopen("libXxf86vm.so.1");
|
|
70
|
-
+#endif
|
|
71
|
-
if (_glfw.x11.vidmode.handle)
|
|
72
|
-
{
|
|
73
|
-
_glfw.x11.vidmode.QueryExtension = (PFN_XF86VidModeQueryExtension)
|
|
74
|
-
@@ -621,6 +625,8 @@ static GLFWbool initExtensions(void)
|
|
75
|
-
|
|
76
|
-
#if defined(__CYGWIN__)
|
|
77
|
-
_glfw.x11.xi.handle = _glfw_dlopen("libXi-6.so");
|
|
78
|
-
+#elif defined(__OpenBSD__) || defined(__NetBSD__)
|
|
79
|
-
+ _glfw.x11.xi.handle = _glfw_dlopen("libXi.so");
|
|
80
|
-
#else
|
|
81
|
-
_glfw.x11.xi.handle = _glfw_dlopen("libXi.so.6");
|
|
82
|
-
#endif
|
|
83
|
-
@@ -651,6 +657,8 @@ static GLFWbool initExtensions(void)
|
|
84
|
-
|
|
85
|
-
#if defined(__CYGWIN__)
|
|
86
|
-
_glfw.x11.randr.handle = _glfw_dlopen("libXrandr-2.so");
|
|
87
|
-
+#elif defined(__OpenBSD__) || defined(__NetBSD__)
|
|
88
|
-
+ _glfw.x11.randr.handle = _glfw_dlopen("libXrandr.so");
|
|
89
|
-
#else
|
|
90
|
-
_glfw.x11.randr.handle = _glfw_dlopen("libXrandr.so.2");
|
|
91
|
-
#endif
|
|
92
|
-
@@ -743,6 +751,8 @@ static GLFWbool initExtensions(void)
|
|
93
|
-
|
|
94
|
-
#if defined(__CYGWIN__)
|
|
95
|
-
_glfw.x11.xcursor.handle = _glfw_dlopen("libXcursor-1.so");
|
|
96
|
-
+#elif defined(__OpenBSD__) || defined(__NetBSD__)
|
|
97
|
-
+ _glfw.x11.xcursor.handle = _glfw_dlopen("libXcursor.so");
|
|
98
|
-
#else
|
|
99
|
-
_glfw.x11.xcursor.handle = _glfw_dlopen("libXcursor.so.1");
|
|
100
|
-
#endif
|
|
101
|
-
@@ -764,6 +774,8 @@ static GLFWbool initExtensions(void)
|
|
102
|
-
|
|
103
|
-
#if defined(__CYGWIN__)
|
|
104
|
-
_glfw.x11.xinerama.handle = _glfw_dlopen("libXinerama-1.so");
|
|
105
|
-
+#elif defined(__OpenBSD__) || defined(__NetBSD__)
|
|
106
|
-
+ _glfw.x11.xinerama.handle = _glfw_dlopen("libXinerama.so");
|
|
107
|
-
#else
|
|
108
|
-
_glfw.x11.xinerama.handle = _glfw_dlopen("libXinerama.so.1");
|
|
109
|
-
#endif
|
|
110
|
-
@@ -817,6 +829,8 @@ static GLFWbool initExtensions(void)
|
|
111
|
-
{
|
|
112
|
-
#if defined(__CYGWIN__)
|
|
113
|
-
_glfw.x11.x11xcb.handle = _glfw_dlopen("libX11-xcb-1.so");
|
|
114
|
-
+#elif defined(__OpenBSD__) || defined(__NetBSD__)
|
|
115
|
-
+ _glfw.x11.x11xcb.handle = _glfw_dlopen("libX11-xcb.so");
|
|
116
|
-
#else
|
|
117
|
-
_glfw.x11.x11xcb.handle = _glfw_dlopen("libX11-xcb.so.1");
|
|
118
|
-
#endif
|
|
119
|
-
@@ -830,6 +844,8 @@ static GLFWbool initExtensions(void)
|
|
120
|
-
|
|
121
|
-
#if defined(__CYGWIN__)
|
|
122
|
-
_glfw.x11.xrender.handle = _glfw_dlopen("libXrender-1.so");
|
|
123
|
-
+#elif defined(__OpenBSD__) || defined(__NetBSD__)
|
|
124
|
-
+ _glfw.x11.xrender.handle = _glfw_dlopen("libXrender.so");
|
|
125
|
-
#else
|
|
126
|
-
_glfw.x11.xrender.handle = _glfw_dlopen("libXrender.so.1");
|
|
127
|
-
#endif
|
|
128
|
-
@@ -857,6 +873,8 @@ static GLFWbool initExtensions(void)
|
|
129
|
-
|
|
130
|
-
#if defined(__CYGWIN__)
|
|
131
|
-
_glfw.x11.xshape.handle = _glfw_dlopen("libXext-6.so");
|
|
132
|
-
+#elif defined(__OpenBSD__) || defined(__NetBSD__)
|
|
133
|
-
+ _glfw.x11.xshape.handle = _glfw_dlopen("libXext.so");
|
|
134
|
-
#else
|
|
135
|
-
_glfw.x11.xshape.handle = _glfw_dlopen("libXext.so.6");
|
|
136
|
-
#endif
|
|
137
|
-
@@ -1120,6 +1138,8 @@ int _glfwPlatformInit(void)
|
|
138
|
-
|
|
139
|
-
#if defined(__CYGWIN__)
|
|
140
|
-
_glfw.x11.xlib.handle = _glfw_dlopen("libX11-6.so");
|
|
141
|
-
+#elif defined(__OpenBSD__) || defined(__NetBSD__)
|
|
142
|
-
+ _glfw.x11.xlib.handle = _glfw_dlopen("libX11.so");
|
|
143
|
-
#else
|
|
144
|
-
_glfw.x11.xlib.handle = _glfw_dlopen("libX11.so.6");
|
|
145
|
-
#endif
|
|
@@ -1,226 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
<ItemGroup Label="ProjectConfigurations">
|
|
4
|
-
<ProjectConfiguration Include="Debug|ARM">
|
|
5
|
-
<Configuration>Debug</Configuration>
|
|
6
|
-
<Platform>ARM</Platform>
|
|
7
|
-
</ProjectConfiguration>
|
|
8
|
-
<ProjectConfiguration Include="Release|ARM">
|
|
9
|
-
<Configuration>Release</Configuration>
|
|
10
|
-
<Platform>ARM</Platform>
|
|
11
|
-
</ProjectConfiguration>
|
|
12
|
-
<ProjectConfiguration Include="Debug|ARM64">
|
|
13
|
-
<Configuration>Debug</Configuration>
|
|
14
|
-
<Platform>ARM64</Platform>
|
|
15
|
-
</ProjectConfiguration>
|
|
16
|
-
<ProjectConfiguration Include="Release|ARM64">
|
|
17
|
-
<Configuration>Release</Configuration>
|
|
18
|
-
<Platform>ARM64</Platform>
|
|
19
|
-
</ProjectConfiguration>
|
|
20
|
-
<ProjectConfiguration Include="Debug|x64">
|
|
21
|
-
<Configuration>Debug</Configuration>
|
|
22
|
-
<Platform>x64</Platform>
|
|
23
|
-
</ProjectConfiguration>
|
|
24
|
-
<ProjectConfiguration Include="Release|x64">
|
|
25
|
-
<Configuration>Release</Configuration>
|
|
26
|
-
<Platform>x64</Platform>
|
|
27
|
-
</ProjectConfiguration>
|
|
28
|
-
<ProjectConfiguration Include="Debug|x86">
|
|
29
|
-
<Configuration>Debug</Configuration>
|
|
30
|
-
<Platform>x86</Platform>
|
|
31
|
-
</ProjectConfiguration>
|
|
32
|
-
<ProjectConfiguration Include="Release|x86">
|
|
33
|
-
<Configuration>Release</Configuration>
|
|
34
|
-
<Platform>x86</Platform>
|
|
35
|
-
</ProjectConfiguration>
|
|
36
|
-
</ItemGroup>
|
|
37
|
-
<PropertyGroup Label="Globals">
|
|
38
|
-
<ProjectGuid>{bfb31759-4fca-4503-bc7c-a97f705efdb2}</ProjectGuid>
|
|
39
|
-
<Keyword>Android</Keyword>
|
|
40
|
-
<RootNamespace>raylib_android</RootNamespace>
|
|
41
|
-
<DefaultLanguage>en-US</DefaultLanguage>
|
|
42
|
-
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
|
|
43
|
-
<ApplicationType>Android</ApplicationType>
|
|
44
|
-
<ApplicationTypeRevision>3.0</ApplicationTypeRevision>
|
|
45
|
-
</PropertyGroup>
|
|
46
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
47
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
48
|
-
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
49
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
50
|
-
<PlatformToolset>Clang_5_0</PlatformToolset>
|
|
51
|
-
</PropertyGroup>
|
|
52
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
53
|
-
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
54
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
55
|
-
<PlatformToolset>Clang_5_0</PlatformToolset>
|
|
56
|
-
</PropertyGroup>
|
|
57
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
|
|
58
|
-
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
59
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
60
|
-
<PlatformToolset>Clang_5_0</PlatformToolset>
|
|
61
|
-
</PropertyGroup>
|
|
62
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
|
|
63
|
-
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
64
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
65
|
-
<PlatformToolset>Clang_5_0</PlatformToolset>
|
|
66
|
-
</PropertyGroup>
|
|
67
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
|
68
|
-
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
69
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
70
|
-
<PlatformToolset>Clang_5_0</PlatformToolset>
|
|
71
|
-
<AndroidAPILevel>android-29</AndroidAPILevel>
|
|
72
|
-
</PropertyGroup>
|
|
73
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
|
74
|
-
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
75
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
76
|
-
<PlatformToolset>Clang_5_0</PlatformToolset>
|
|
77
|
-
</PropertyGroup>
|
|
78
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
|
79
|
-
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
80
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
81
|
-
<PlatformToolset>Clang_5_0</PlatformToolset>
|
|
82
|
-
</PropertyGroup>
|
|
83
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
|
84
|
-
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
85
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
86
|
-
<PlatformToolset>Clang_5_0</PlatformToolset>
|
|
87
|
-
</PropertyGroup>
|
|
88
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
89
|
-
<ImportGroup Label="ExtensionSettings">
|
|
90
|
-
</ImportGroup>
|
|
91
|
-
<ImportGroup Label="Shared">
|
|
92
|
-
</ImportGroup>
|
|
93
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
94
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
95
|
-
</ImportGroup>
|
|
96
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
97
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
98
|
-
</ImportGroup>
|
|
99
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
|
100
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
101
|
-
</ImportGroup>
|
|
102
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
|
103
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
104
|
-
</ImportGroup>
|
|
105
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
106
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
107
|
-
</ImportGroup>
|
|
108
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
109
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
110
|
-
</ImportGroup>
|
|
111
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
112
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
113
|
-
</ImportGroup>
|
|
114
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
115
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
116
|
-
</ImportGroup>
|
|
117
|
-
<PropertyGroup Label="UserMacros" />
|
|
118
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
119
|
-
<TargetName>libmain</TargetName>
|
|
120
|
-
</PropertyGroup>
|
|
121
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" />
|
|
122
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" />
|
|
123
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" />
|
|
124
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
|
125
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
|
126
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" />
|
|
127
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" />
|
|
128
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
129
|
-
<ClCompile>
|
|
130
|
-
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
131
|
-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
132
|
-
<CompileAs>CompileAsC</CompileAs>
|
|
133
|
-
<CLanguageStandard>c99</CLanguageStandard>
|
|
134
|
-
<CppLanguageStandard>Default</CppLanguageStandard>
|
|
135
|
-
<PrecompiledHeaderCompileAs>CompileAsC</PrecompiledHeaderCompileAs>
|
|
136
|
-
</ClCompile>
|
|
137
|
-
<Link>
|
|
138
|
-
<LibraryDependencies>%(LibraryDependencies);EGL;GLESv2;log;android;c;m;raylib</LibraryDependencies>
|
|
139
|
-
<AdditionalLibraryDirectories>../../../../src/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
140
|
-
</Link>
|
|
141
|
-
</ItemDefinitionGroup>
|
|
142
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
143
|
-
<ClCompile>
|
|
144
|
-
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
145
|
-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
146
|
-
<CompileAs>CompileAsC</CompileAs>
|
|
147
|
-
<CLanguageStandard>c99</CLanguageStandard>
|
|
148
|
-
<CppLanguageStandard>Default</CppLanguageStandard>
|
|
149
|
-
<PrecompiledHeaderCompileAs>CompileAsC</PrecompiledHeaderCompileAs>
|
|
150
|
-
</ClCompile>
|
|
151
|
-
<Link>
|
|
152
|
-
<LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
|
|
153
|
-
<AdditionalLibraryDirectories>.;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
154
|
-
</Link>
|
|
155
|
-
</ItemDefinitionGroup>
|
|
156
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
157
|
-
<ClCompile>
|
|
158
|
-
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
159
|
-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
160
|
-
<CompileAs>CompileAsCpp</CompileAs>
|
|
161
|
-
</ClCompile>
|
|
162
|
-
<Link>
|
|
163
|
-
<LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
|
|
164
|
-
</Link>
|
|
165
|
-
</ItemDefinitionGroup>
|
|
166
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
167
|
-
<ClCompile>
|
|
168
|
-
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
169
|
-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
170
|
-
<CompileAs>CompileAsCpp</CompileAs>
|
|
171
|
-
</ClCompile>
|
|
172
|
-
<Link>
|
|
173
|
-
<LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
|
|
174
|
-
</Link>
|
|
175
|
-
</ItemDefinitionGroup>
|
|
176
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
177
|
-
<ClCompile>
|
|
178
|
-
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
179
|
-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
180
|
-
<CompileAs>CompileAsCpp</CompileAs>
|
|
181
|
-
</ClCompile>
|
|
182
|
-
<Link>
|
|
183
|
-
<LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
|
|
184
|
-
</Link>
|
|
185
|
-
</ItemDefinitionGroup>
|
|
186
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
187
|
-
<ClCompile>
|
|
188
|
-
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
189
|
-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
190
|
-
<CompileAs>CompileAsCpp</CompileAs>
|
|
191
|
-
</ClCompile>
|
|
192
|
-
<Link>
|
|
193
|
-
<LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
|
|
194
|
-
</Link>
|
|
195
|
-
</ItemDefinitionGroup>
|
|
196
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
|
197
|
-
<ClCompile>
|
|
198
|
-
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
199
|
-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
200
|
-
<CompileAs>CompileAsCpp</CompileAs>
|
|
201
|
-
</ClCompile>
|
|
202
|
-
<Link>
|
|
203
|
-
<LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
|
|
204
|
-
</Link>
|
|
205
|
-
</ItemDefinitionGroup>
|
|
206
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
|
207
|
-
<ClCompile>
|
|
208
|
-
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
209
|
-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
210
|
-
<CompileAs>CompileAsCpp</CompileAs>
|
|
211
|
-
</ClCompile>
|
|
212
|
-
<Link>
|
|
213
|
-
<LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
|
|
214
|
-
</Link>
|
|
215
|
-
</ItemDefinitionGroup>
|
|
216
|
-
<ItemGroup>
|
|
217
|
-
<ClInclude Include="android_native_app_glue.h" />
|
|
218
|
-
</ItemGroup>
|
|
219
|
-
<ItemGroup>
|
|
220
|
-
<ClCompile Include="android_native_app_glue.c" />
|
|
221
|
-
<ClCompile Include="main.c" />
|
|
222
|
-
</ItemGroup>
|
|
223
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
224
|
-
<ImportGroup Label="ExtensionTargets">
|
|
225
|
-
</ImportGroup>
|
|
226
|
-
</Project>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
<ItemGroup>
|
|
4
|
-
<ClInclude Include="android_native_app_glue.h" />
|
|
5
|
-
</ItemGroup>
|
|
6
|
-
<ItemGroup>
|
|
7
|
-
<ClCompile Include="android_native_app_glue.c" />
|
|
8
|
-
<ClCompile Include="main.c" />
|
|
9
|
-
</ItemGroup>
|
|
10
|
-
</Project>
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
3
|
-
# Visual Studio Version 16
|
|
4
|
-
VisualStudioVersion = 16.0.31702.278
|
|
5
|
-
MinimumVisualStudioVersion = 10.0.40219.1
|
|
6
|
-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "raylib_android", "raylib_android", "{5C24BC76-8848-40EA-9BBB-A544648D8D5B}"
|
|
7
|
-
EndProject
|
|
8
|
-
Project("{39E2626F-3545-4960-A6E8-258AD8476CE5}") = "raylib_android.Packaging", "raylib_android\raylib_android.Packaging\raylib_android.Packaging.androidproj", "{B2231F0D-52DA-4C55-8998-5886F766553C}"
|
|
9
|
-
EndProject
|
|
10
|
-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "raylib_android.NativeActivity", "raylib_android\raylib_android.NativeActivity\raylib_android.NativeActivity.vcxproj", "{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}"
|
|
11
|
-
EndProject
|
|
12
|
-
Global
|
|
13
|
-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
14
|
-
Debug|ARM = Debug|ARM
|
|
15
|
-
Debug|ARM64 = Debug|ARM64
|
|
16
|
-
Debug|x64 = Debug|x64
|
|
17
|
-
Debug|x86 = Debug|x86
|
|
18
|
-
Release|ARM = Release|ARM
|
|
19
|
-
Release|ARM64 = Release|ARM64
|
|
20
|
-
Release|x64 = Release|x64
|
|
21
|
-
Release|x86 = Release|x86
|
|
22
|
-
EndGlobalSection
|
|
23
|
-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
24
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM.ActiveCfg = Debug|ARM
|
|
25
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM.Build.0 = Debug|ARM
|
|
26
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM.Deploy.0 = Debug|ARM
|
|
27
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM64.ActiveCfg = Debug|ARM64
|
|
28
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM64.Build.0 = Debug|ARM64
|
|
29
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM64.Deploy.0 = Debug|ARM64
|
|
30
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x64.ActiveCfg = Debug|x64
|
|
31
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x64.Build.0 = Debug|x64
|
|
32
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x64.Deploy.0 = Debug|x64
|
|
33
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x86.ActiveCfg = Debug|x86
|
|
34
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x86.Build.0 = Debug|x86
|
|
35
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x86.Deploy.0 = Debug|x86
|
|
36
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM.ActiveCfg = Release|ARM
|
|
37
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM.Build.0 = Release|ARM
|
|
38
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM.Deploy.0 = Release|ARM
|
|
39
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM64.ActiveCfg = Release|ARM64
|
|
40
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM64.Build.0 = Release|ARM64
|
|
41
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM64.Deploy.0 = Release|ARM64
|
|
42
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x64.ActiveCfg = Release|x64
|
|
43
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x64.Build.0 = Release|x64
|
|
44
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x64.Deploy.0 = Release|x64
|
|
45
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x86.ActiveCfg = Release|x86
|
|
46
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x86.Build.0 = Release|x86
|
|
47
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x86.Deploy.0 = Release|x86
|
|
48
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|ARM.ActiveCfg = Debug|ARM
|
|
49
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|ARM.Build.0 = Debug|ARM
|
|
50
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|ARM64.ActiveCfg = Debug|ARM64
|
|
51
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|ARM64.Build.0 = Debug|ARM64
|
|
52
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|x64.ActiveCfg = Debug|x64
|
|
53
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|x64.Build.0 = Debug|x64
|
|
54
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|x86.ActiveCfg = Debug|x86
|
|
55
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|x86.Build.0 = Debug|x86
|
|
56
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|ARM.ActiveCfg = Release|ARM
|
|
57
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|ARM.Build.0 = Release|ARM
|
|
58
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|ARM64.ActiveCfg = Release|ARM64
|
|
59
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|ARM64.Build.0 = Release|ARM64
|
|
60
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|x64.ActiveCfg = Release|x64
|
|
61
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|x64.Build.0 = Release|x64
|
|
62
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|x86.ActiveCfg = Release|x86
|
|
63
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|x86.Build.0 = Release|x86
|
|
64
|
-
EndGlobalSection
|
|
65
|
-
GlobalSection(SolutionProperties) = preSolution
|
|
66
|
-
HideSolutionNode = FALSE
|
|
67
|
-
EndGlobalSection
|
|
68
|
-
GlobalSection(NestedProjects) = preSolution
|
|
69
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C} = {5C24BC76-8848-40EA-9BBB-A544648D8D5B}
|
|
70
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2} = {5C24BC76-8848-40EA-9BBB-A544648D8D5B}
|
|
71
|
-
EndGlobalSection
|
|
72
|
-
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
73
|
-
SolutionGuid = {B7ED0AA6-6B00-40AC-BF71-526D5BEEFC78}
|
|
74
|
-
EndGlobalSection
|
|
75
|
-
EndGlobal
|