Smooth font rendering

This commit is contained in:
2026-03-03 02:39:20 -05:00
parent 322366719e
commit b523e233cb
2 changed files with 44 additions and 30 deletions

View File

@@ -2,7 +2,8 @@
"permissions": {
"allow": [
"Bash(cd /c/Users/mta/projects/autosample && ./nob.exe debug 2>&1)",
"Bash(cd /c/Users/mta/projects/autosample && rm -f build/*.pdb build/*.obj build/*.ilk && ./nob.exe debug 2>&1)"
"Bash(cd /c/Users/mta/projects/autosample && rm -f build/*.pdb build/*.obj build/*.ilk && ./nob.exe debug 2>&1)",
"Bash(cd /c/Users/mta/projects/autosample && ./nob.exe 2>&1)"
]
}
}