This commit is contained in:
parent
bdea14fc20
commit
fb2f6079cc
16 changed files with 508 additions and 9 deletions
15
.claude/settings.json
Normal file
15
.claude/settings.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue