update libraries
This commit is contained in:
61
.gitmodules
vendored
61
.gitmodules
vendored
@@ -1,84 +1,105 @@
|
||||
[submodule "libs/glm"]
|
||||
path = libs/glm
|
||||
url = https://github.com/g-truc/glm.git
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/stb/stb"]
|
||||
path = libs/stb/stb
|
||||
url = https://github.com/nothings/stb.git
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/yoga"]
|
||||
path = libs/yoga
|
||||
url = https://github.com/facebook/yoga.git
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/tinyxml2"]
|
||||
path = libs/tinyxml2
|
||||
url = https://github.com/leethomason/tinyxml2.git
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/curl-android-ios"]
|
||||
path = libs/curl-android-ios
|
||||
url = https://bitbucket.org/omigamedev/curl-android-ios.git
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/poly2tri"]
|
||||
path = libs/poly2tri
|
||||
url = https://github.com/greenm01/poly2tri
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/base64"]
|
||||
path = libs/base64
|
||||
url = https://github.com/tkislan/base64
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/bugtrap-client"]
|
||||
path = libs/bugtrap-client
|
||||
url = https://bitbucket.org/omigamedev/bugtrap-client-x64.git
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/curl-win"]
|
||||
path = libs/curl-win
|
||||
url = https://bitbucket.org/omigamedev/curl-win64.git
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/sqlite3"]
|
||||
path = libs/sqlite3
|
||||
url = https://bitbucket.org/omigamedev/sqlite3.git
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/openvr"]
|
||||
path = libs/openvr
|
||||
url = https://github.com/ValveSoftware/openvr.git
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/nanort"]
|
||||
path = libs/nanort
|
||||
url = https://github.com/lighttransport/nanort.git
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/hash-library"]
|
||||
path = libs/hash-library
|
||||
url = https://github.com/stbrumme/hash-library
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/native_app_glue"]
|
||||
path = libs/native_app_glue
|
||||
url = https://bitbucket.org/omigamedev/native_app_glue.git
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/fmt"]
|
||||
path = libs/fmt
|
||||
url = https://github.com/fmtlib/fmt.git
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/ovr_mobile"]
|
||||
path = libs/ovr_mobile
|
||||
url = https://bitbucket.org/omigamedev/ovr_mobile.git
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/ovr_platform"]
|
||||
path = libs/ovr_platform
|
||||
url = https://bitbucket.org/omigamedev/ovr_platform.git
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/glad"]
|
||||
path = libs/glad
|
||||
url = https://bitbucket.org/omigamedev/glad.git
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/wave_sdk"]
|
||||
path = libs/wave_sdk
|
||||
url = https://bitbucket.org/omigamedev/wave_sdk.git
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/appcenter-apple"]
|
||||
path = libs/appcenter-apple
|
||||
url = https://bitbucket.org/omigamedev/appcenter-apple.git
|
||||
branch = master
|
||||
branch = master
|
||||
update = merge
|
||||
[submodule "libs/tinyfiledialogs"]
|
||||
path = libs/tinyfiledialogs
|
||||
url = https://git.code.sf.net/p/tinyfiledialogs/code
|
||||
branch = master
|
||||
update = merge
|
||||
|
||||
@@ -197,6 +197,30 @@
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="libs\yoga\yoga\event\event.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
<AssemblerListingLocation Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)yoga\</AssemblerListingLocation>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)yoga\</ObjectFileName>
|
||||
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)yoga\</XMLDocumentationFileName>
|
||||
<AssemblerListingLocation Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)yoga\</AssemblerListingLocation>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)yoga\</ObjectFileName>
|
||||
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)yoga\</XMLDocumentationFileName>
|
||||
</ClCompile>
|
||||
<ClCompile Include="libs\yoga\yoga\internal\experiments.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
<AssemblerListingLocation Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)yoga\</AssemblerListingLocation>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)yoga\</ObjectFileName>
|
||||
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)yoga\</XMLDocumentationFileName>
|
||||
<AssemblerListingLocation Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)yoga\</AssemblerListingLocation>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)yoga\</ObjectFileName>
|
||||
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)yoga\</XMLDocumentationFileName>
|
||||
</ClCompile>
|
||||
<ClCompile Include="libs\yoga\yoga\log.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
@@ -247,16 +271,6 @@
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)yoga\</ObjectFileName>
|
||||
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)yoga\</XMLDocumentationFileName>
|
||||
</ClCompile>
|
||||
<ClCompile Include="libs\yoga\yoga\YGMarker.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
<AssemblerListingLocation Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)yoga\</AssemblerListingLocation>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)yoga\</ObjectFileName>
|
||||
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)yoga\</XMLDocumentationFileName>
|
||||
<AssemblerListingLocation Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)yoga\</AssemblerListingLocation>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)yoga\</ObjectFileName>
|
||||
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)yoga\</XMLDocumentationFileName>
|
||||
</ClCompile>
|
||||
<ClCompile Include="libs\yoga\yoga\YGNode.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
|
||||
@@ -324,9 +324,6 @@
|
||||
<ClCompile Include="libs\yoga\yoga\YGLayout.cpp">
|
||||
<Filter>libs\yoga</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="libs\yoga\yoga\YGMarker.cpp">
|
||||
<Filter>libs\yoga</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="libs\yoga\yoga\YGNode.cpp">
|
||||
<Filter>libs\yoga</Filter>
|
||||
</ClCompile>
|
||||
@@ -378,6 +375,12 @@
|
||||
<ClCompile Include="src\node_panel_animation.cpp">
|
||||
<Filter>Source Files\ui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="libs\yoga\yoga\internal\experiments.cpp">
|
||||
<Filter>libs\yoga</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="libs\yoga\yoga\event\event.cpp">
|
||||
<Filter>libs\yoga</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="libs\jpeg\jpgd.h">
|
||||
|
||||
2
libs/fmt
2
libs/fmt
Submodule libs/fmt updated: 9a0a24f90b...b7a157401e
2
libs/glm
2
libs/glm
Submodule libs/glm updated: 47031aa4b7...ea678faff9
Submodule libs/nanort updated: 44a429067c...5fb786baab
Submodule libs/openvr updated: d9cffe2ff8...5aa6c5f0f6
Submodule libs/stb/stb updated: e6afb9cbae...f67165c2bb
Submodule libs/tinyfiledialogs updated: 331f93e903...b54143ebcd
Submodule libs/tinyxml2 updated: 8f4a9a8cc2...ff61650517
Submodule libs/yoga updated: 7fc6fcb38c...fb07dcff40
Reference in New Issue
Block a user