Fix warnings with latest nightly

This commit is contained in:
Kirill Chibisov
2024-02-19 08:34:39 +04:00
parent 3e42fa364c
commit 96d29ab26c
10 changed files with 1 additions and 11 deletions

View File

@@ -7,7 +7,6 @@ pub fn main() {
#[cfg(wasm_platform)]
mod wasm {
use wasm_bindgen::prelude::*;
use wasm_bindgen::JsCast;
use web_sys::HtmlCanvasElement;
use winit::{
dpi::PhysicalSize,