removed pipeline arg
This commit is contained in:
parent
fe5404f6e7
commit
073205376f
32 changed files with 683 additions and 58 deletions
78
project.json
78
project.json
|
|
@ -14,79 +14,79 @@
|
|||
"flags": ["-Wno-uninitialized"],
|
||||
"shaders": [
|
||||
{
|
||||
"path":"MeshShaderXYZ.mesh",
|
||||
"path":"MeshShaderXYZ.glsl",
|
||||
"type":13,
|
||||
"entrypoint":"main"
|
||||
},
|
||||
{
|
||||
"path":"MeshShaderXYZUV.mesh",
|
||||
"path":"MeshShaderXYZUV.glsl",
|
||||
"type":13,
|
||||
"entrypoint":"main"
|
||||
},
|
||||
{
|
||||
"path":"FragmentShaderSolidWhite.frag",
|
||||
"path":"FragmentShaderSolidWhite.glsl",
|
||||
"type":4,
|
||||
"entrypoint":"main"
|
||||
},
|
||||
{
|
||||
"path":"FragmentShaderTexture.frag",
|
||||
"path":"FragmentShaderTexture.glsl",
|
||||
"type":4,
|
||||
"entrypoint":"main"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "debug",
|
||||
"name": "lib-debug",
|
||||
"extends": ["base"],
|
||||
"optimization_level": "0",
|
||||
"debug": true,
|
||||
"dependencies": [
|
||||
{
|
||||
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Event.git",
|
||||
"configuration":"debug"
|
||||
},
|
||||
{
|
||||
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Asset.git",
|
||||
"configuration":"debug"
|
||||
},
|
||||
{
|
||||
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Component.git",
|
||||
"configuration":"debug"
|
||||
},
|
||||
{
|
||||
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Math.git",
|
||||
"configuration":"debug"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "test",
|
||||
"extends": ["debug"],
|
||||
"source_files": ["main"],
|
||||
"type":"executable",
|
||||
"dependencies": [
|
||||
{
|
||||
"path":"../Crafter.Event/project.json",
|
||||
"configuration":"debug"
|
||||
},
|
||||
{
|
||||
"path":"../Crafter.Asset/project.json",
|
||||
"configuration":"lib-debug"
|
||||
},
|
||||
{
|
||||
"path":"/home/jorijn/repos/Crafter/Crafter.Component/project.json",
|
||||
"configuration":"debug"
|
||||
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Asset.git",
|
||||
"configuration":"lib-debug"
|
||||
},
|
||||
{
|
||||
"path":"/home/jorijn/repos/Crafter/Crafter.Math/project.json",
|
||||
"configuration":"debug-lib"
|
||||
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Component.git",
|
||||
"configuration":"lib-debug"
|
||||
},
|
||||
{
|
||||
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Math.git",
|
||||
"configuration":"lib-debug"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "release",
|
||||
"name": "lib-release",
|
||||
"extends": ["base"],
|
||||
"optimization_level": "3"
|
||||
"optimization_level": "3",
|
||||
"dependencies": [
|
||||
{
|
||||
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Event.git",
|
||||
"configuration":"lib-release"
|
||||
},
|
||||
{
|
||||
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Asset.git",
|
||||
"configuration":"lib-release"
|
||||
},
|
||||
{
|
||||
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Component.git",
|
||||
"configuration":"lib-release"
|
||||
},
|
||||
{
|
||||
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Math.git",
|
||||
"configuration":"lib-release"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "develop",
|
||||
"extends": ["lib-debug"],
|
||||
"source_files": ["main"],
|
||||
"type":"executable"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue