penpot/render-wasm/src/view.rs
2024-11-20 14:09:18 +01:00

6 lines
72 B
Rust

pub(crate) struct View
{
pub x: f32,
pub y: f32,
pub zoom: f32,
}