Write documentation for new iced_winit API

This commit is contained in:
Héctor Ramón Jiménez 2020-05-28 02:49:32 +02:00
parent 508128436c
commit ef28347f1c
5 changed files with 14 additions and 1 deletions

View file

@ -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,