pbsplash/.vscode/settings.json
Caleb Connolly 1d29b4d87a
wip svg font rendering
works with built in draw_svg stuff, trying to support nsvgrast
2022-01-23 04:41:15 +00:00

15 lines
No EOL
414 B
JSON

{
"files.associations": {
"array": "c",
"hash_map": "c",
"deque": "c",
"list": "c",
"string": "c",
"unordered_map": "c",
"unordered_set": "c",
"vector": "c",
"string_view": "c",
"initializer_list": "c",
"valarray": "c"
}
}