All checks were successful
Deploy / build-deploy (push) Successful in 1m38s
15 lines
887 B
JSON
15 lines
887 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cd ../Crafter/Crafter.Graphics && echo \"=== C++ files declaring wgpu* imports ===\"; grep -rln 'import_name\\(\"wgpu' implementations/ interfaces/; echo; echo \"=== sample: how a wgpu import + public wrapper is declared \\(canvas size + a string-taking one\\) ===\"; grep -rn -B2 -A2 -E 'import_name\\\\\\(\"wgpu\\(GetCanvasWidth|SurfaceWidth|LoadCustomShader|Init\\)\"' implementations/ interfaces/ | head -50)",
|
|
"Read(//home/jorijn/repos/Crafter/Crafter.Graphics/**)",
|
|
"Read(//home/jorijn/repos/Crafter/Crafter.Graphics/interfaces/**)",
|
|
"Read(//home/jorijn/repos/Crafter/Crafter.Graphics/additional/**)",
|
|
"Bash(crafter-build --local)"
|
|
],
|
|
"additionalDirectories": [
|
|
"/home/jorijn/repos/Crafter/Crafter.Graphics/additional",
|
|
"/home/jorijn/repos/Crafter/Crafter.Graphics/interfaces"
|
|
]
|
|
}
|
|
}
|