diff options
author | 2020-04-19 14:39:30 +0200 | |
---|---|---|
committer | 2020-04-19 14:39:30 +0200 | |
commit | 0b5028b1ab47707a469176e9bf20cacdd3a19861 (patch) | |
tree | ba4ea88bbb5e3d3ebf22699a758c30181f535b35 /wgpu/src/lib.rs | |
parent | 90c3a183d5e79aee1f323991c8c45161ccf9e187 (diff) | |
download | iced-0b5028b1ab47707a469176e9bf20cacdd3a19861.tar.gz iced-0b5028b1ab47707a469176e9bf20cacdd3a19861.tar.bz2 iced-0b5028b1ab47707a469176e9bf20cacdd3a19861.zip |
Draft `Program` interactivity for `Canvas`
Diffstat (limited to 'wgpu/src/lib.rs')
-rw-r--r-- | wgpu/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/src/lib.rs b/wgpu/src/lib.rs index 799c1f34..30b5bb4a 100644 --- a/wgpu/src/lib.rs +++ b/wgpu/src/lib.rs @@ -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)] |