29 lines
526 B
JSON
29 lines
526 B
JSON
{
|
|
"name": "metacore",
|
|
"version-string": "1.0.0",
|
|
"dependencies": [
|
|
"glm",
|
|
"entt",
|
|
{
|
|
"name": "imgui",
|
|
"default-features": false,
|
|
"features": [
|
|
"docking-experimental",
|
|
"win32-binding",
|
|
"opengl3-binding"
|
|
],
|
|
"platform": "windows & !uwp"
|
|
},
|
|
{
|
|
"name": "imgui",
|
|
"default-features": false,
|
|
"features": [
|
|
"docking-experimental",
|
|
"glfw-binding",
|
|
"opengl3-binding"
|
|
],
|
|
"platform": "!windows"
|
|
}
|
|
]
|
|
}
|