Fix outdated winit links in documentation

This commit is contained in:
Héctor Ramón Jiménez 2025-12-07 20:17:18 +01:00
parent 3041ec0315
commit efb12cad20
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@ pub struct Settings {
/// This option is only supported on macOS and Linux. Please read the [winit document][winit]
/// for more details.
///
/// [winit]: https://docs.rs/winit/latest/winit/window/struct.Window.html#method.set_blur
/// [winit]: https://docs.rs/winit/0.30/winit/window/struct.Window.html#method.set_blur
pub blur: bool,
/// The window [`Level`].