NetKAN generated mods - MemGraph-1-1.2.0
This commit is contained in:
parent
a1050188a5
commit
5880fd0b65
|
@ -4,16 +4,20 @@
|
|||
"name": "MemGraph",
|
||||
"abstract": "This is a simple plugin to display of graph of memory allocation and garbage collection. It is intended as a troubleshooting and development aid rather than for general use.",
|
||||
"author": [
|
||||
"linuxgurugamer",
|
||||
"Gerry1135"
|
||||
"Gerry1135",
|
||||
"linuxgurugamer"
|
||||
],
|
||||
"version": "1:1.2.0",
|
||||
"ksp_version_min": "1.8.0",
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/175924-*",
|
||||
"repository": "https://github.com/linuxgurugamer/MemGraph"
|
||||
},
|
||||
"version": "1:1.2.0",
|
||||
"ksp_version_min": "1.8.0",
|
||||
"tags": [
|
||||
"plugin",
|
||||
"information"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ToolbarController"
|
||||
|
@ -29,9 +33,5 @@
|
|||
"sha256": "33947AD7227A1390A392520C43ECD2F5879D5EBA9087742BEF5B096923629E94"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"tags": [
|
||||
"plugin",
|
||||
"information"
|
||||
],
|
||||
"x_generated_by": "netkan"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue