Draft Program interactivity for Canvas

This commit is contained in:
Héctor Ramón Jiménez 2020-04-19 14:39:30 +02:00
parent 90c3a183d5
commit 0b5028b1ab
9 changed files with 112 additions and 36 deletions

View file

@ -20,7 +20,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)]