Implement vector pipeline in iced_tiny_skia
This commit is contained in:
parent
bb49e17cab
commit
5b3977daf6
7 changed files with 184 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use crate::{Padding, Vector};
|
||||
|
||||
/// An amount of space in 2 dimensions.
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
pub struct Size<T = f32> {
|
||||
/// The width.
|
||||
pub width: T,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue