fix for wrong version number in icd json

This commit is contained in:
Richard S. Wright Jr 2022-10-20 15:29:24 -04:00
parent 260bad42e1
commit 9987bca0d2

View File

@ -2,7 +2,7 @@
"file_format_version" : "1.0.0",
"ICD": {
"library_path": "./libMoltenVK.dylib",
"api_version" : "1.1.0",
"api_version" : "1.2.0",
"is_portability_driver" : true
}
}