mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 04:40:04 -04:00
Bump MSRV to 1.85 and edition to 2024
This commit is contained in:
@@ -5,7 +5,7 @@ use tracing::error;
|
||||
use wasm_bindgen::closure::Closure;
|
||||
use wasm_bindgen::prelude::wasm_bindgen;
|
||||
use wasm_bindgen::{JsCast, JsValue};
|
||||
use web_sys::{console, Document, Element, HtmlCanvasElement, Window};
|
||||
use web_sys::{Document, Element, HtmlCanvasElement, Window, console};
|
||||
use winit_core::monitor::Fullscreen;
|
||||
|
||||
use crate::main_thread::MainThreadMarker;
|
||||
|
||||
Reference in New Issue
Block a user