Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adds a lifetime parameter to `Pixels` which is linked to the `HRWH` that is used for creating a `SurfaceTexture`. - The lifetime parameter is basically incompatible with `winit`s inversion of control, but can be used with `async_winit` (or another wrapper crate that papers over the inversion of control issue). - Fixes #238
- Loading branch information