- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
* Generate Imath.pc
* update version
* add dependency imath minizip-ng
* updata version
* update version
* Fix the name of the dynamic library under win in the pc file
* update version
* Fix the name of the dynamic library under win in the pc file
* update version
* Add wayland to glfw3 port
* Results of x-add-version
* Add Wayland package info to build message
* Ran x-add-version following previous commit
* Update ports/glfw3/vcpkg.json to add wayland dependency
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
* Correct formatting of vcpkg.json
* Ran x-add-version following previous commit
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
* Fix glfw3 creating incorrect target
glfw3Target.cmake uses a semicolon seperated list which needs to be
escaped with quotes on write
* Fix semicolon stripping
* Fix typo
* [dlib][glfw3][libodb][signalrclient] Bump versions