38 lines
748 B
JSON
38 lines
748 B
JSON
{
|
|
"name": "metacore",
|
|
"version-string": "1.0.0",
|
|
"dependencies": [
|
|
"basisu",
|
|
"bullet3",
|
|
"glm",
|
|
"entt",
|
|
"rmlui",
|
|
{
|
|
"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"
|
|
}
|
|
],
|
|
"features": {
|
|
"crash-reporting": {
|
|
"description": "Enable local Crashpad Minidump capture and package crashpad_handler.",
|
|
"dependencies": ["crashpad"]
|
|
}
|
|
}
|
|
}
|