aboutsummaryrefslogtreecommitdiff
path: root/src/guide.rs
blob: 006566e85344ad2727602ad6ab743926ad7ec12c (plain)
1
2
3
4
5
6
7
use crate::bitmap::Axis;

#[derive(Debug)]
pub struct Guide {
    axis: Axis,
    offset: u32,
}