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

Use raw-dylib for windows-sys #1137

Merged
merged 2 commits into from
Jul 8, 2024
Merged

Use raw-dylib for windows-sys #1137

merged 2 commits into from
Jul 8, 2024

Commits on Jul 8, 2024

  1. Use raw-dylib for windows-sys

    To avoid having to declare `#[link(name = "...")]`
    
    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c15bcbf View commit details
    Browse the repository at this point in the history
  2. Update windows_targets.rs

    Co-authored-by: Chris Denton <chris@chrisdenton.dev>
    NobodyXu and ChrisDenton committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    02ecf8f View commit details
    Browse the repository at this point in the history