Update to Jolt Physics v3

This commit is contained in:
SirLynix 2023-04-20 12:29:56 +02:00
parent 396c0f73f3
commit a55560d1ca
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ if has_config("chipmunkphysics") then
end
if has_config("joltphysics") then
add_requires("joltphysics 24147a6936c63f4f09c6c37173169d8f366f9fb4", { configs = { debug = is_mode("debug") }})
add_requires("joltphysics 3", { configs = { debug = is_mode("debug") }})
add_requires("ordered_map")
end