Skip to content

Migrating from winapi to windows-sys for the Windows backend #23

Description

@Romacat2

Good day! For my game project tinyaudio turned out to be a very convenient crate, exactly as needed - light and minimalistic. However, I noticed that the server part of Windows (DirectSound) still depends on winapi (plus its system crates winapi-i686-pc-windows-gnu / winapi-x86_64-pc-windows-gnu). Currently, the standard one that most libraries already use is windows-sys crate - it officially receives updates from Microsoft, has all the new features and bug fixes - and also simplifies the dependency tree when using many Windows-dependent libraries. The replacement is mostly in names and locations, the logic remains the same.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions