added files

This commit is contained in:
2026-02-24 13:17:54 +03:00
parent f3656f9d2c
commit cb45b9bb04
9 changed files with 65 additions and 8 deletions

View File

@@ -17,9 +17,16 @@
],
"features": {
"avx2": {
"description": "Omath will use AVX2 to boost performance",
"description": "omath will use AVX2 to boost performance",
"supports": "!arm"
},
"vmprotect": {
"description": "omath will use vmprotect sdk to protect sensitive parts of code from reverse engineering",
"supports": "windows | linux | osx | android",
"dependencies": [
"orange-vmprotect-sdk"
]
},
"benchmark": {
"description": "Build benchmarks",
"dependencies": [
@@ -35,7 +42,7 @@
]
},
"imgui": {
"description": "Omath will define method to convert omath types to imgui types",
"description": "omath will define method to convert omath types to imgui types",
"dependencies": [
"imgui"
]