Rename Physics2D to ChipmunkPhysics2D

This commit is contained in:
SirLynix
2023-04-10 13:49:36 +02:00
committed by Jérôme Leclercq
parent b1255ad2ad
commit 26b23ccce6
54 changed files with 1620 additions and 1620 deletions

View File

@@ -74,6 +74,11 @@ local modules = {
Deps = {"NazaraUtility"},
Packages = { "bullet3", "entt" }
},
ChipmunkPhysics2D = {
Option = "chipmunkphysics",
Deps = {"NazaraUtility"},
Packages = { "chipmunk2d", "entt" }
},
Core = {
Custom = function ()
add_headerfiles("include/(Nazara/*.hpp)")
@@ -133,11 +138,6 @@ local modules = {
end
end
},
Physics2D = {
Option = "chipmunkphysics",
Deps = {"NazaraUtility"},
Packages = { "chipmunk2d", "entt" }
},
Platform = {
Option = "platform",
Deps = {"NazaraUtility"},
@@ -232,7 +232,7 @@ end
add_repositories("nazara-engine-repo https://github.com/NazaraEngine/xmake-repo")
add_requires("entt 3.11.1", "fmt", "frozen", "kiwisolver", "nazarautils")
add_requires("entt 3.11.1", "fmt", "frozen", "nazarautils")
-- Module dependencies
if has_config("audio") then