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

Windows: Add experimental support for linking std-required system DLLs using raw-dylib #127370

Merged
merged 2 commits into from
Jul 14, 2024

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    a5dc082 View commit details
    Browse the repository at this point in the history
  2. Add experimental raw-dylib feature to std

    For Windows, this allows defining imports without needing the user to have import libraries. It's intended for this to become the default.
    ChrisDenton committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e136f08 View commit details
    Browse the repository at this point in the history