vulkan-headers: update from 1.3.283 to 1.4.345#2690
vulkan-headers: update from 1.3.283 to 1.4.345#2690silvanshade wants to merge 1 commit intomesonbuild:masterfrom
Conversation
|
Per CMake, the dependency would be VulkanHeaders Not sure how to handle this though. Nothing uses it. |
|
Code changes LGTM. In the past, when I've found incorrect dependency names, I've just fixed them. The dependency will cleanly break when the wrap is updated downstream, at which point downstream can fix its We could of course provide both names, but then that would continue forever unless we eventually decide to do the break after all. |
|
@neheb @bgilbert Can you be concrete about the changes you want? Are you asking me to modify it like this? and this? What about the corresponding part in It's not clear to me what is supposed to be changed there. Do I just add "VulkanHeaders" as a new entry under "dependency_names" (in order to avoid breakage with earlier versions) or something else? Create a new top-level entry? |
No description provided.