Re-enable demo using Physics3D on web

This commit is contained in:
SirLynix
2023-03-07 19:28:51 +01:00
committed by Jérôme Leclercq
parent 795efae3a0
commit 9306ce246f
3 changed files with 0 additions and 12 deletions

View File

@@ -1,7 +1,3 @@
if is_plat("wasm") then
return -- Physics3D is not yet supported on wasm because of Newton
end
target("Tut00_EmptyProject")
add_deps("NazaraAudio", "NazaraGraphics", "NazaraNetwork", "NazaraPhysics2D", "NazaraPhysics3D", "NazaraRenderer", "NazaraUtility")
add_files("main.cpp")