dxc-components 0.1.11

DEPRECATED: Use dxc instead.
Documentation
1
2
3
4
5
6
7
#[derive(Clone, Copy, Debug)]
pub enum Action {
    ZoomIn,
    ZoomOut,
    Clockwise,
    Anticlockwise,
}