Write documentation for new iced_winit API
This commit is contained in:
parent
508128436c
commit
ef28347f1c
5 changed files with 14 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ pub struct Window {
|
|||
}
|
||||
|
||||
impl Window {
|
||||
/// Converts the window settings into a `WindowBuilder` from `winit`.
|
||||
pub fn into_builder(
|
||||
self,
|
||||
title: &str,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue