meta: add Emulation to categories

This commit is contained in:
Jean-Louis Leroy
2025-11-24 20:46:37 -05:00
parent 48e85546ce
commit c64960d6c8

View File

@@ -7,9 +7,9 @@
"maintainers": [
"Jean-Louis Leroy"
],
"description": "Open methods for C++17 and above.",
"description": "Open-methods for C++17 and above.",
"category": [
"Programming"
"Emulation", "Programming"
],
"cxxstd": "17"
}