mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-24 17:09:21 -05:00
5 lines
88 B
Rust
5 lines
88 B
Rust
#[derive(Copy, Clone, Default)]
|
|
pub struct Position {
|
|
pub x: f64,
|
|
pub y: f64,
|
|
}
|