Skip to content

Commit

Permalink
Upgrade nuget dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
feiy committed Dec 19, 2023
1 parent c896ee0 commit c246194
Show file tree
Hide file tree
Showing 16 changed files with 113 additions and 62 deletions.
12 changes: 7 additions & 5 deletions QGameDev/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ set (INCLUDE_DIR
../thirdparty/glew/include
../thirdparty/glm/glm
../thirdparty/webview2/include
../packages/v8-v143-x64.10.0.139.9/include
../packages/v8-v143-x64.11.9.169.4/include
)

set (LINK_DIR
Expand All @@ -174,9 +174,9 @@ set (LINK_DIR
../thirdparty/portaudio/lib
../thirdparty/webp/lib
../thirdparty/webview2/lib
../packages/zeroc.openssl.v143.1.1.1.2/build/native/lib/x64/Release
../packages/zeroc.openssl.v143.1.1.1.3/build/native/lib/x64/Release
../packages/FFmpeg.Nightly.20200831.1.0/build/native/lib/x64
../packages/v8-v143-x64.10.0.139.9/lib/Release
../packages/v8-v143-x64.11.9.169.4/lib/Release
)

set (LINK_LIBS
Expand Down Expand Up @@ -209,7 +209,9 @@ swscale.lib
v8.dll.lib
v8_libbase.dll.lib
v8_libplatform.dll.lib
zlib.dll.lib
third_party_abseil-cpp_absl.dll.lib
third_party_icu_icui18n.dll.lib
third_party_zlib.dll.lib
)

set (DLLS_TO_COPY
Expand All @@ -227,7 +229,7 @@ set (DEFINES ${DEFINES}
include_directories(${INCLUDE_DIR})
add_definitions(${DEFINES})
add_executable (QGameDev ${SOURCES} ${HEADERS})
set_property(TARGET QGameDev PROPERTY WIN32_EXECUTABLE true)
set_property(TARGET QGameDev PROPERTY WIN32_EXECUTABLE false)

target_link_directories(QGameDev PUBLIC ${LINK_DIR})
target_link_libraries(QGameDev ${LINK_LIBS})
Expand Down
25 changes: 14 additions & 11 deletions QGamePlayer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set (INCLUDE_DIR
../thirdparty/glew/include
../thirdparty/glm/glm
../thirdparty/webview2/include
../packages/v8-v143-x64.10.0.139.9/include
../packages/v8-v143-x64.11.9.169.4/include
)

set (LINK_DIR
Expand All @@ -57,9 +57,9 @@ set (LINK_DIR
../thirdparty/portaudio/lib
../thirdparty/webp/lib
../thirdparty/webview2/lib
../packages/zeroc.openssl.v143.1.1.1.2/build/native/lib/x64/Release
../packages/zeroc.openssl.v143.1.1.1.3/build/native/lib/x64/Release
../packages/FFmpeg.Nightly.20200831.1.0/build/native/lib/x64
../packages/v8-v143-x64.10.0.139.9/lib/Release
../packages/v8-v143-x64.11.9.169.4/lib/Release
)

set (LINK_LIBS
Expand Down Expand Up @@ -92,7 +92,9 @@ swscale.lib
v8.dll.lib
v8_libbase.dll.lib
v8_libplatform.dll.lib
zlib.dll.lib
third_party_abseil-cpp_absl.dll.lib
third_party_icu_icui18n.dll.lib
third_party_zlib.dll.lib
)

set (DLLS_TO_COPY
Expand All @@ -109,13 +111,14 @@ ${QT_ROOT}/bin/Qt6OpenGLWidgets.dll
../packages/FFmpeg.Nightly.20200831.1.0/build/native/bin/x64/postproc-55.dll
../packages/FFmpeg.Nightly.20200831.1.0/build/native/bin/x64/swresample-3.dll
../packages/FFmpeg.Nightly.20200831.1.0/build/native/bin/x64/swscale-5.dll
../packages/v8.redist-v143-x64.10.0.139.9/lib/Release/icudtl.dat
../packages/v8.redist-v143-x64.10.0.139.9/lib/Release/icui18n.dll
../packages/v8.redist-v143-x64.10.0.139.9/lib/Release/icuuc.dll
../packages/v8.redist-v143-x64.10.0.139.9/lib/Release/v8.dll
../packages/v8.redist-v143-x64.10.0.139.9/lib/Release/v8_libbase.dll
../packages/v8.redist-v143-x64.10.0.139.9/lib/Release/v8_libplatform.dll
../packages/v8.redist-v143-x64.10.0.139.9/lib/Release/zlib.dll
../packages/v8.redist-v143-x64.11.9.169.4/lib/Release/icudtl.dat
../packages/v8.redist-v143-x64.11.9.169.4/lib/Release/icuuc.dll
../packages/v8.redist-v143-x64.11.9.169.4/lib/Release/v8.dll
../packages/v8.redist-v143-x64.11.9.169.4/lib/Release/v8_libbase.dll
../packages/v8.redist-v143-x64.11.9.169.4/lib/Release/v8_libplatform.dll
../packages/v8.redist-v143-x64.11.9.169.4/lib/Release/third_party_abseil-cpp_absl.dll
../packages/v8.redist-v143-x64.11.9.169.4/lib/Release/third_party_icu_icui18n.dll
../packages/v8.redist-v143-x64.11.9.169.4/lib/Release/third_party_zlib.dll
)


Expand Down
47 changes: 45 additions & 2 deletions Test.Cpp/Game.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#include <GL/glew.h>
#include "Game.h"
#include <models/GeometryCreator.h>
#include <loaders/GLTFLoader.h>
#include <loaders/ImageLoader.h>
#include <lights/EnvironmentMapCreator.h>
#include <utils/Cube2Octa.h>
#include <stb_image_write.h>

#define ENABLE_MSAA 1

Expand All @@ -24,14 +27,54 @@ Game::Game(int width, int height)
m_directional_light.setShadowProjection(-10.0f, 10.0f, -10.0f, 10.0f, 0.0f, 50.0f);
m_scene.add(&m_directional_light);

m_bg.skyColor = { 1.0f, 1.0f, 1.0f };
/*m_bg.skyColor = {1.0f, 1.0f, 1.0f};
m_bg.groundColor = { 0.02843f, 0.07819f, 0.0781f };
m_scene.background = &m_bg;
m_envLight.skyColor = { 1.0f, 1.0f, 1.0f };
m_envLight.groundColor = { 0.02843f, 0.07819f, 0.0781f };
m_scene.indirectLight = &m_envLight;*/

CubeImage image;
ImageLoader::LoadCubeFromFile(&image,
"../game/assets/textures/sky_cube_face0.jpg",
"../game/assets/textures/sky_cube_face1.jpg",
"../game/assets/textures/sky_cube_face2.jpg",
"../game/assets/textures/sky_cube_face3.jpg",
"../game/assets/textures/sky_cube_face4.jpg",
"../game/assets/textures/sky_cube_face5.jpg");

m_bg.cubemap.load_memory_rgba(image.images[0].width(), image.images[0].height(),
image.images[0].data(), image.images[1].data(), image.images[2].data(), image.images[3].data(), image.images[4].data(), image.images[5].data());
m_scene.background = &m_bg;

EnvironmentMapCreator creator;
creator.Create(&image, &m_envLight);
m_scene.indirectLight = &m_envLight;

{
int size = 1024;
GLTexture2D tex_out;
glBindTexture(GL_TEXTURE_2D, tex_out.tex_id);
glTexStorage2D(GL_TEXTURE_2D, 1, GL_RGBA8, size, size);
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP);
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP);


std::vector<uint8_t> rgba(size * size * 4);
Cube2Octa convert;
convert.convert(&m_bg.cubemap, &tex_out, size, size);
glBindTexture(GL_TEXTURE_2D, tex_out.tex_id);
glGetTexImage(GL_TEXTURE_2D, 0, GL_RGBA, GL_UNSIGNED_BYTE, rgba.data());
glBindTexture(GL_TEXTURE_2D, 0);

stbi_write_png("octa.png", size, size, 4, rgba.data(), size * 4);

}


m_box.name = "box";
GeometryCreator::CreateBox(&m_box.geometry, 2.0f, 2.0f, 2.0f);
m_box.translateX(-1.5f);
Expand Down
7 changes: 5 additions & 2 deletions Test.Cpp/Game.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <cameras/PerspectiveCamera.h>
#include <lights/DirectionalLight.h>
#include <lights/HemisphereLight.h>
#include <lights/EnvironmentMap.h>
#include <backgrounds/Background.h>

#include <models/SimpleModel.h>
Expand All @@ -26,8 +27,10 @@ class Game
Scene m_scene;
PerspectiveCamera m_camera;
DirectionalLight m_directional_light;
HemisphereBackground m_bg;
HemisphereLight m_envLight;
//HemisphereBackground m_bg;
//HemisphereLight m_envLight;
CubeBackground m_bg;
EnvironmentMap m_envLight;

SimpleModel m_box;
SimpleModel m_sphere;
Expand Down
6 changes: 3 additions & 3 deletions Test.Cpp/Test.Cpp.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions> _CRT_SECURE_NO_WARNINGS; GLEW_STATIC=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<AdditionalIncludeDirectories>../ThreeEngine;../thirdparty/glew/include;../thirdparty/glm/glm;../thirdparty/draco/lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>../ThreeEngine;../thirdparty/glew/include;../thirdparty/glm/glm;../thirdparty/draco/lib;../thirdparty;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
Expand Down Expand Up @@ -161,12 +161,12 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="..\packages\boost.1.81.0\build\boost.targets" Condition="Exists('..\packages\boost.1.81.0\build\boost.targets')" />
<Import Project="..\packages\boost.1.84.0\build\boost.targets" Condition="Exists('..\packages\boost.1.84.0\build\boost.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\boost.1.81.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost.1.81.0\build\boost.targets'))" />
<Error Condition="!Exists('..\packages\boost.1.84.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost.1.84.0\build\boost.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion Test.Cpp/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="boost" version="1.81.0" targetFramework="native" />
<package id="boost" version="1.84.0" targetFramework="native" />
</packages>
16 changes: 8 additions & 8 deletions Test.V8/Test.V8.vcxproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\v8-v143-x64.10.0.139.9\build\native\v8-v143-x64.props" Condition="Exists('..\packages\v8-v143-x64.10.0.139.9\build\native\v8-v143-x64.props')" />
<Import Project="..\packages\v8.redist-v143-x64.10.0.139.9\build\native\v8.redist-v143-x64.props" Condition="Exists('..\packages\v8.redist-v143-x64.10.0.139.9\build\native\v8.redist-v143-x64.props')" />
<Import Project="..\packages\v8-v143-x64.11.9.169.4\build\native\v8-v143-x64.props" Condition="Exists('..\packages\v8-v143-x64.11.9.169.4\build\native\v8-v143-x64.props')" />
<Import Project="..\packages\v8.redist-v143-x64.11.9.169.4\build\native\v8.redist-v143-x64.props" Condition="Exists('..\packages\v8.redist-v143-x64.11.9.169.4\build\native\v8.redist-v143-x64.props')" />
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
Expand Down Expand Up @@ -164,18 +164,18 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="..\packages\zeroc.openssl.v143.1.1.1.2\build\native\zeroc.openssl.v143.targets" Condition="Exists('..\packages\zeroc.openssl.v143.1.1.1.2\build\native\zeroc.openssl.v143.targets')" />
<Import Project="..\packages\FFmpeg.Nightly.20200831.1.0\build\native\FFmpeg.Nightly.targets" Condition="Exists('..\packages\FFmpeg.Nightly.20200831.1.0\build\native\FFmpeg.Nightly.targets')" />
<Import Project="..\packages\boost.1.81.0\build\boost.targets" Condition="Exists('..\packages\boost.1.81.0\build\boost.targets')" />
<Import Project="..\packages\boost.1.84.0\build\boost.targets" Condition="Exists('..\packages\boost.1.84.0\build\boost.targets')" />
<Import Project="..\packages\zeroc.openssl.v143.1.1.1.3\build\native\zeroc.openssl.v143.targets" Condition="Exists('..\packages\zeroc.openssl.v143.1.1.1.3\build\native\zeroc.openssl.v143.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\zeroc.openssl.v143.1.1.1.2\build\native\zeroc.openssl.v143.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\zeroc.openssl.v143.1.1.1.2\build\native\zeroc.openssl.v143.targets'))" />
<Error Condition="!Exists('..\packages\v8.redist-v143-x64.10.0.139.9\build\native\v8.redist-v143-x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\v8.redist-v143-x64.10.0.139.9\build\native\v8.redist-v143-x64.props'))" />
<Error Condition="!Exists('..\packages\v8-v143-x64.10.0.139.9\build\native\v8-v143-x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\v8-v143-x64.10.0.139.9\build\native\v8-v143-x64.props'))" />
<Error Condition="!Exists('..\packages\FFmpeg.Nightly.20200831.1.0\build\native\FFmpeg.Nightly.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\FFmpeg.Nightly.20200831.1.0\build\native\FFmpeg.Nightly.targets'))" />
<Error Condition="!Exists('..\packages\boost.1.81.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost.1.81.0\build\boost.targets'))" />
<Error Condition="!Exists('..\packages\boost.1.84.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost.1.84.0\build\boost.targets'))" />
<Error Condition="!Exists('..\packages\v8.redist-v143-x64.11.9.169.4\build\native\v8.redist-v143-x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\v8.redist-v143-x64.11.9.169.4\build\native\v8.redist-v143-x64.props'))" />
<Error Condition="!Exists('..\packages\v8-v143-x64.11.9.169.4\build\native\v8-v143-x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\v8-v143-x64.11.9.169.4\build\native\v8-v143-x64.props'))" />
<Error Condition="!Exists('..\packages\zeroc.openssl.v143.1.1.1.3\build\native\zeroc.openssl.v143.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\zeroc.openssl.v143.1.1.1.3\build\native\zeroc.openssl.v143.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion Test.V8/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class AppMain : private GLMain
int main(int argc, const char* argv[])
{
AppMain app(argv[0]);
app.LoadScript("../game", "bundle_game.js");
app.LoadScript("../game", "bundle_http_test.js");
app.MainLoop();
return 0;
}
8 changes: 4 additions & 4 deletions Test.V8/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="boost" version="1.81.0" targetFramework="native" />
<package id="boost" version="1.84.0" targetFramework="native" />
<package id="FFmpeg.Nightly" version="20200831.1.0" targetFramework="native" />
<package id="v8.redist-v143-x64" version="10.0.139.9" targetFramework="native" />
<package id="v8-v143-x64" version="10.0.139.9" targetFramework="native" />
<package id="zeroc.openssl.v143" version="1.1.1.2" targetFramework="native" />
<package id="v8.redist-v143-x64" version="11.9.169.4" targetFramework="native" />
<package id="v8-v143-x64" version="11.9.169.4" targetFramework="native" />
<package id="zeroc.openssl.v143" version="1.1.1.3" targetFramework="native" />
</packages>
16 changes: 8 additions & 8 deletions Three.V8/Three.V8.vcxproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\v8-v143-x64.10.0.139.9\build\native\v8-v143-x64.props" Condition="Exists('..\packages\v8-v143-x64.10.0.139.9\build\native\v8-v143-x64.props')" />
<Import Project="..\packages\v8.redist-v143-x64.10.0.139.9\build\native\v8.redist-v143-x64.props" Condition="Exists('..\packages\v8.redist-v143-x64.10.0.139.9\build\native\v8.redist-v143-x64.props')" />
<Import Project="..\packages\v8-v143-x64.11.9.169.4\build\native\v8-v143-x64.props" Condition="Exists('..\packages\v8-v143-x64.11.9.169.4\build\native\v8-v143-x64.props')" />
<Import Project="..\packages\v8.redist-v143-x64.11.9.169.4\build\native\v8.redist-v143-x64.props" Condition="Exists('..\packages\v8.redist-v143-x64.11.9.169.4\build\native\v8.redist-v143-x64.props')" />
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
Expand Down Expand Up @@ -219,16 +219,16 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="..\packages\zeroc.openssl.v143.1.1.1.2\build\native\zeroc.openssl.v143.targets" Condition="Exists('..\packages\zeroc.openssl.v143.1.1.1.2\build\native\zeroc.openssl.v143.targets')" />
<Import Project="..\packages\boost.1.81.0\build\boost.targets" Condition="Exists('..\packages\boost.1.81.0\build\boost.targets')" />
<Import Project="..\packages\boost.1.84.0\build\boost.targets" Condition="Exists('..\packages\boost.1.84.0\build\boost.targets')" />
<Import Project="..\packages\zeroc.openssl.v143.1.1.1.3\build\native\zeroc.openssl.v143.targets" Condition="Exists('..\packages\zeroc.openssl.v143.1.1.1.3\build\native\zeroc.openssl.v143.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\zeroc.openssl.v143.1.1.1.2\build\native\zeroc.openssl.v143.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\zeroc.openssl.v143.1.1.1.2\build\native\zeroc.openssl.v143.targets'))" />
<Error Condition="!Exists('..\packages\v8.redist-v143-x64.10.0.139.9\build\native\v8.redist-v143-x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\v8.redist-v143-x64.10.0.139.9\build\native\v8.redist-v143-x64.props'))" />
<Error Condition="!Exists('..\packages\v8-v143-x64.10.0.139.9\build\native\v8-v143-x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\v8-v143-x64.10.0.139.9\build\native\v8-v143-x64.props'))" />
<Error Condition="!Exists('..\packages\boost.1.81.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost.1.81.0\build\boost.targets'))" />
<Error Condition="!Exists('..\packages\boost.1.84.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost.1.84.0\build\boost.targets'))" />
<Error Condition="!Exists('..\packages\v8.redist-v143-x64.11.9.169.4\build\native\v8.redist-v143-x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\v8.redist-v143-x64.11.9.169.4\build\native\v8.redist-v143-x64.props'))" />
<Error Condition="!Exists('..\packages\v8-v143-x64.11.9.169.4\build\native\v8-v143-x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\v8-v143-x64.11.9.169.4\build\native\v8-v143-x64.props'))" />
<Error Condition="!Exists('..\packages\zeroc.openssl.v143.1.1.1.3\build\native\zeroc.openssl.v143.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\zeroc.openssl.v143.1.1.1.3\build\native\zeroc.openssl.v143.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion Three.V8/binding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ V8VM::~V8VM()
m_isolate->Exit();
m_isolate->Dispose();
v8::V8::Dispose();
v8::V8::ShutdownPlatform();
v8::V8::DisposePlatform();
delete m_array_buffer_allocator;
}

Expand Down
8 changes: 4 additions & 4 deletions Three.V8/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="boost" version="1.81.0" targetFramework="native" />
<package id="v8.redist-v143-x64" version="10.0.139.9" targetFramework="native" />
<package id="v8-v143-x64" version="10.0.139.9" targetFramework="native" />
<package id="zeroc.openssl.v143" version="1.1.1.2" targetFramework="native" />
<package id="boost" version="1.84.0" targetFramework="native" />
<package id="v8.redist-v143-x64" version="11.9.169.4" targetFramework="native" />
<package id="v8-v143-x64" version="11.9.169.4" targetFramework="native" />
<package id="zeroc.openssl.v143" version="1.1.1.3" targetFramework="native" />
</packages>
Loading

0 comments on commit c246194

Please sign in to comment.