Add canvas feature to iced_wgpu

And prepare `canvas` module
This commit is contained in:
Héctor Ramón Jiménez 2020-02-11 23:14:25 +01:00
parent 3a00f3398c
commit 8daf798e57
4 changed files with 27 additions and 3 deletions

View file

@ -19,7 +19,7 @@
//! [`wgpu`]: https://github.com/gfx-rs/wgpu-rs
//! [WebGPU API]: https://gpuweb.github.io/gpuweb/
//! [`wgpu_glyph`]: https://github.com/hecrj/wgpu_glyph
#![deny(missing_docs)]
//#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![deny(unused_results)]
#![forbid(unsafe_code)]