mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
7 lines
83 B
Rust
7 lines
83 B
Rust
use crate::math::Point;
|
|
|
|
#[derive(Debug, Clone, PartialEq)]
|
|
pub struct Rect {
|
|
|
|
}
|