Rename canvas::frame to canvas in iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2023-03-03 04:00:44 +01:00
parent bbeaf10c04
commit d13d19ba35
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
9 changed files with 14 additions and 153 deletions

View file

@ -37,12 +37,13 @@
#![forbid(rust_2018_idioms)]
#![allow(clippy::inherent_to_string, clippy::type_complexity)]
#![cfg_attr(docsrs, feature(doc_cfg))]
pub mod layer;
pub mod settings;
pub mod widget;
pub mod window;
#[cfg(feature = "canvas")]
pub mod canvas;
mod backend;
mod buffer;
mod quad;