Update new builders for latest master
Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
parent
8862ce0163
commit
3830b492c4
8 changed files with 9 additions and 12 deletions
|
|
@ -566,7 +566,7 @@ impl Window {
|
|||
///
|
||||
/// [`Window::builder().build(event_loop)`]: WindowBuilder::build
|
||||
#[inline]
|
||||
pub fn new<T: 'static>(event_loop: &EventLoopWindowTarget<T>) -> Result<Window, OsError> {
|
||||
pub fn new(event_loop: &EventLoopWindowTarget) -> Result<Window, OsError> {
|
||||
Window::builder().build(event_loop)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue