add to glutin

This commit is contained in:
Cory Forsstrom 2021-04-08 13:09:58 -07:00
parent cdab8f90fb
commit 6f6f1d82e8

View File

@ -55,6 +55,7 @@ where
let builder = settings.window.into_builder(
&application.title(),
application.mode(),
application.visible(),
event_loop.primary_monitor(),
);