update docs
This commit is contained in:
parent
de176beb28
commit
5dd62bacd5
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ use crate::{
|
||||||
|
|
||||||
use std::{f32, hash::Hash, u32};
|
use std::{f32, hash::Hash, u32};
|
||||||
|
|
||||||
/// A widget that can display an image with the ability to zoom in/out and pan.
|
/// A frame that displays an image with the ability to zoom in/out and pan.
|
||||||
#[allow(missing_debug_implementations)]
|
#[allow(missing_debug_implementations)]
|
||||||
pub struct Viewer<'a> {
|
pub struct Viewer<'a> {
|
||||||
state: &'a mut State,
|
state: &'a mut State,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue