diff --git a/CustomShaderLoader/CustomShaderLoader-1.ckan b/CustomShaderLoader/CustomShaderLoader-1.ckan new file mode 100644 index 0000000000..33a3bb2467 --- /dev/null +++ b/CustomShaderLoader/CustomShaderLoader-1.ckan @@ -0,0 +1,21 @@ +{ + "spec_version" : 1, + "name" : "Custom Shader Loader", + "abstract" : "You can load any custom pre-compiled shader into KSP", + "identifier" : "CustomShaderLoader", + "author" : "Tuareg", + "download" : "https://kerbalstuff.com/mod/554/Custom%20Shader%20Loader/download/1.0", + "license" : "CC-BY-NC-SA-4.0", + "version" : "1.0", + "release_status" : "stable", + "ksp_version" : "0.90", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/109269" + }, + "install" : [ + { + "file" : "shader1.dll", + "install_to" : "GameData" + } + ] +}