mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-19 06:03:27 +00:00
added files
This commit is contained in:
11
vcpkg.json
11
vcpkg.json
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user