Merge branch 'master' into web

This commit is contained in:
Héctor Ramón Jiménez 2019-09-21 13:51:03 +02:00
commit 0a93be78b8
4 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,8 @@ use ggez::graphics;
use ggez::input::mouse;
pub fn main() -> ggez::GameResult {
env_logger::init();
let (context, event_loop) = {
&mut ggez::ContextBuilder::new("iced", "ggez")
.window_mode(ggez::conf::WindowMode {