mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Clippy fixes
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//! Demo app for egui
|
||||
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
use eframe::wasm_bindgen::{self, prelude::*};
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! Demo app for egui
|
||||
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // hide console window on Windows in release
|
||||
|
||||
// When compiling natively:
|
||||
|
||||
Reference in New Issue
Block a user