update iptsd subproject wraps #203
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates several third-party dependencies to newer versions and makes a minor adjustment to the
spdlogdependency options. The main focus is on keeping the project up-to-date with the latest features, bug fixes, and compatibility improvements from upstream libraries.Dependency version upgrades:
CLI11from version 2.3.2 to 2.6.1, updating the directory, source URL, hash, and Meson wrap metadata.Eigenfrom version 3.4.0 to 5.0.1, including new patch information and updated metadata.fmtfrom version 10.2.0 to 12.0.0, updating all related wrap and patch details.inihfrom version r57 to r62, updating source and metadata accordingly.microsoft-gslfrom version 4.0.0 to 4.2.0, with updated patch and fallback information.SDL2from version 2.28.5 to 2.32.8, including new patch and source details.spdlogfrom version 1.13.0 to 1.15.3, with updated patch, source, and metadata.Build configuration adjustment:
external_fmt=enabledoption from thespdlogdependency configuration insrc/meson.build, likely to align with changes inspdlogor the project's usage of thefmtlibrary.