Rename Physics2D to ChipmunkPhysics2D
This commit is contained in:
committed by
Jérôme Leclercq
parent
b1255ad2ad
commit
26b23ccce6
12
xmake.lua
12
xmake.lua
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user