mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-25 08:18:43 -06:00
6 lines
66 B
Rust
6 lines
66 B
Rust
use glam::Vec2;
|
|
|
|
pub struct Response {
|
|
pub desired_size: Vec2
|
|
}
|