John Nunley
b2a46d0439
Fill the windows in the examples with a solid color
...
Fixes #776 .
2023-06-19 18:46:38 +00:00
Kirill Chibisov
930df0ec45
Fix clippy issues on stable
2023-01-27 07:18:58 +03:00
Amr Bashir
5e77d70245
Use cfg aliases throught the code base
...
Co-authored-by: Mads Marquart <mads@marquart.dk>
2022-12-25 10:57:27 +03:00
Kirill Chibisov
10419ff441
Run clippy on CI
...
Fixes #1402 .
2022-06-10 13:43:33 +03:00
Steve Wooster
d624a3e648
Add methods to set ControlFlow operation
...
This allows downstream users to avoid importing `ControlFlow` from winit.
2022-04-10 04:32:02 +03:00
Philippe Renon
18a61f1058
Fix warnings ( #2076 )
...
* examples: Fix unused `Result` that must be used when initializing console_log
* examples: Fix unused imports
* Fix unread name field warning in linux x11 ime InputMethod struct
* Fix unread name field warning in linux x11 Device struct
* Ignore unread field warning in macos/ios MonitorHandle struct
* ci: Add `--deny warnings` to `RUSTFLAGS`
2021-12-11 03:02:48 +01:00
Markus Siglreithmaier
5f24c40d05
Fix wasm CI failure ( #2024 )
...
* Fix wasm ci
* remove cargo-web step
2021-10-26 11:05:01 -07:00
Logan Magee
e4754999b7
Replace deprecated simple_logger initialization
2020-09-10 01:58:30 +00:00
Philippe Renon
bc29931434
Add an example that calls request_redraw() from a thread ( #1467 )
...
reproduces https://github.com/rust-windowing/winit/issues/1466
2020-02-15 11:38:29 -07:00