Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[raygui] Add new port #29364

Merged
merged 3 commits into from
Feb 3, 2023
Merged

[raygui] Add new port #29364

merged 3 commits into from
Feb 3, 2023

Conversation

ex-purple
Copy link
Contributor

@ex-purple ex-purple commented Feb 1, 2023

Fixes #22935

  • Changes comply with the maintainer guide
  • The name of the port matches an existing name for this component on https://repology.org/ if possible, and/or is strongly associated with that component on search engines.
  • Optional dependencies are resolved in exactly one way. For example, if the component is built with CMake, all find_package calls are REQUIRED, are satisfied by vcpkg.json's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxx
  • The versioning scheme in vcpkg.json matches what upstream says.
  • The license declaration in vcpkg.json matches what upstream says.
  • The installed as the "copyright" file matches what upstream says.
  • The source code of the component installed comes from an authoritative source.
  • The generated "usage text" is accurate. See docs/examples/adding-an-explicit-usage.md for context.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is in the new port's versions file.
  • Only one version is added to each modified port's versions file.

github-actions[bot]
github-actions bot previously approved these changes Feb 1, 2023
@Adela0814 Adela0814 added the category:new-port The issue is requesting a new library to be added; consider making a PR! label Feb 2, 2023
@Adela0814
Copy link
Contributor

Tested usage on x64-windows.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for raygui have changed but the version was not updated
version: 3.2
old SHA: 042db3576c5d79a6b7c92388ab28d7bcc4bd437d
new SHA: 96eade6012fdd28a62fd21748edfd06d63674317
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

@ex-purple ex-purple requested a review from Adela0814 February 2, 2023 18:41
@Adela0814 Adela0814 added info:reviewed Pull Request changes follow basic guidelines and removed requires:author-response labels Feb 3, 2023
@BillyONeal BillyONeal merged commit 9d92f36 into microsoft:master Feb 3, 2023
@BillyONeal
Copy link
Member

Thanks for the new port!

@ex-purple ex-purple deleted the raygui branch June 8, 2023 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR! info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[New port request] easings/raygui/physac
3 participants