Add channel drag'n'drop
Co-Authored-By: Max <max@zed.dev>
This commit is contained in:
parent
41e7653906
commit
e377bd805b
3 changed files with 192 additions and 116 deletions
|
@ -740,7 +740,7 @@ impl<T> Copy for Corners<T> where T: Copy + Clone + Default + Debug {}
|
|||
Deserialize,
|
||||
)]
|
||||
#[repr(transparent)]
|
||||
pub struct Pixels(pub(crate) f32);
|
||||
pub struct Pixels(pub f32);
|
||||
|
||||
impl std::ops::Div for Pixels {
|
||||
type Output = f32;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue