Trying ttf loading

This commit is contained in:
Dynamitos
2022-04-13 13:01:46 +02:00
parent bebfb94752
commit 3fec36295a
42 changed files with 563 additions and 549 deletions
+4 -4
View File
@@ -128,12 +128,12 @@
"cmake.configureArgs": [
"-Wno-dev"
],
"C_Cpp.default.cppStandard": "c++20",
"files.watcherExclude": {
"**/target": true
"**/target": true,
"bin/**": true,
"external/**": true
},
"git.ignoreSubmodules": true,
"cmake.configureOnOpen": true,
"cmake.parallelJobs": 0,
"C_Cpp.intelliSenseEngineFallback": "Enabled"
"cmake.parallelJobs": 15
}