Update to Jolt Physics v3
This commit is contained in:
parent
396c0f73f3
commit
a55560d1ca
|
|
@ -254,7 +254,7 @@ if has_config("chipmunkphysics") then
|
||||||
end
|
end
|
||||||
|
|
||||||
if has_config("joltphysics") then
|
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")
|
add_requires("ordered_map")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue