1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00

fixup warning in wgpu example

This commit is contained in:
Wez Furlong 2021-05-09 08:20:03 -07:00
parent b8acdf592f
commit 7cfbd133ac

View File

@ -1,6 +1,7 @@
use ::window::*;
use anyhow::Context;
use promise::spawn::spawn;
#[cfg(target_os = "macos")]
use raw_window_handle::{HasRawWindowHandle, RawWindowHandle};
pub struct GpuContext {