RenderD7 0.8.2

This commit is contained in:
2022-11-18 20:57:05 +01:00
parent bbbfd60bb7
commit 6b48ba070c
9 changed files with 150 additions and 430 deletions

26
.vscode/settings.json vendored
View File

@ -62,6 +62,30 @@
"concepts": "cpp",
"numbers": "cpp",
"filesystem": "cpp",
"xstring": "cpp"
"xstring": "cpp",
"charconv": "cpp",
"format": "cpp",
"ios": "cpp",
"list": "cpp",
"locale": "cpp",
"mutex": "cpp",
"stack": "cpp",
"stop_token": "cpp",
"thread": "cpp",
"xfacet": "cpp",
"xhash": "cpp",
"xiosbase": "cpp",
"xlocale": "cpp",
"xlocbuf": "cpp",
"xlocinfo": "cpp",
"xlocmes": "cpp",
"xlocmon": "cpp",
"xlocnum": "cpp",
"xloctime": "cpp",
"xmemory": "cpp",
"xstddef": "cpp",
"xtr1common": "cpp",
"xtree": "cpp",
"xutility": "cpp"
}
}