Fix random config getting picked

This commit is contained in:
jordan4ibanez 2022-08-27 03:07:20 -04:00
parent 3bb72c3a5e
commit 0ab610c733

View File

@ -17,5 +17,9 @@
"license": "MIT", "license": "MIT",
"mainSourceFile": "source/crafter.d", "mainSourceFile": "source/crafter.d",
"name": "crafter", "name": "crafter",
"targetType": "executable" "targetType": "executable",
"versions": [
"GLFW_33",
"GL_41"
]
} }