dpi: make no_std compatible

This commit is contained in:
Daniel McNab
2025-04-20 06:46:15 +01:00
committed by GitHub
parent 24e2c6914a
commit ecc884ac91
8 changed files with 179 additions and 14 deletions

View File

@@ -71,3 +71,9 @@ same MSRV policy.
### Platform-specific usage
Check out the [`winit::platform`](https://docs.rs/winit/latest/winit/platform/index.html) module for platform-specific usage.
### Repository License
Note that the license in `LICENSE` doesn't apply in full to the DPI package [./dpi](./dpi).
Full details can be found in that folder's README.
<!-- This doesn't apply to users of the Winit crate, but this is also the repository level README -->