diff options
author | 2020-04-04 02:14:02 +0100 | |
---|---|---|
committer | 2020-04-04 02:14:02 +0100 | |
commit | 5198f8e3e44ef512295db1394d377b75bafe7e3c (patch) | |
tree | 4d4bfb1db1774de781325a22c1288ffb90287e0d /wgpu/src/widget | |
parent | fd064ff9902786e2ce83cb9cafce34029447055c (diff) | |
download | iced-5198f8e3e44ef512295db1394d377b75bafe7e3c.tar.gz iced-5198f8e3e44ef512295db1394d377b75bafe7e3c.tar.bz2 iced-5198f8e3e44ef512295db1394d377b75bafe7e3c.zip |
document wgpu feature flags
Diffstat (limited to 'wgpu/src/widget')
-rw-r--r-- | wgpu/src/widget/canvas/frame.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wgpu/src/widget/canvas/frame.rs b/wgpu/src/widget/canvas/frame.rs index 7d7ce06a..df1d7df5 100644 --- a/wgpu/src/widget/canvas/frame.rs +++ b/wgpu/src/widget/canvas/frame.rs @@ -172,6 +172,7 @@ impl Frame { /// /// [`Text`]: struct.Text.html /// [`Frame`]: struct.Frame.html + /// [`Canvas`]: struct.Canvas.html pub fn fill_text(&mut self, text: Text) { use std::f32; |