Fix broken doc link in winit::conversion
This commit is contained in:
parent
61d4423015
commit
8a453903b9
1 changed files with 1 additions and 3 deletions
|
|
@ -1136,9 +1136,7 @@ pub fn user_attention(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Converts some [`ResizeDirection`] into its `winit` counterpart.
|
/// Converts some [`window::Direction`] into a [`winit::window::ResizeDirection`].
|
||||||
///
|
|
||||||
/// [`ResizeDirection`]: window::ResizeDirection
|
|
||||||
pub fn resize_direction(
|
pub fn resize_direction(
|
||||||
resize_direction: window::Direction,
|
resize_direction: window::Direction,
|
||||||
) -> winit::window::ResizeDirection {
|
) -> winit::window::ResizeDirection {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue