Add entt dependency to Core and Physics3D
This commit is contained in:
@@ -14,7 +14,8 @@ local modules = {
|
|||||||
if is_plat("linux") then
|
if is_plat("linux") then
|
||||||
add_syslinks("dl", "pthread")
|
add_syslinks("dl", "pthread")
|
||||||
end
|
end
|
||||||
end
|
end,
|
||||||
|
Packages = {"entt"}
|
||||||
},
|
},
|
||||||
Graphics = {
|
Graphics = {
|
||||||
Deps = {"NazaraRenderer"},
|
Deps = {"NazaraRenderer"},
|
||||||
@@ -54,7 +55,7 @@ local modules = {
|
|||||||
},
|
},
|
||||||
Physics3D = {
|
Physics3D = {
|
||||||
Deps = {"NazaraUtility"},
|
Deps = {"NazaraUtility"},
|
||||||
Packages = {"newtondynamics"}
|
Packages = {"entt", "newtondynamics"}
|
||||||
},
|
},
|
||||||
Platform = {
|
Platform = {
|
||||||
Deps = {"NazaraUtility"},
|
Deps = {"NazaraUtility"},
|
||||||
|
|||||||
Reference in New Issue
Block a user