Merge pull request #269 from hecrj/update-wgpu
Update `wgpu` to `0.5` in `iced_wgpu`
This commit is contained in:
commit
99e020c7b5
13 changed files with 314 additions and 269 deletions
|
|
@ -248,7 +248,7 @@ impl Frame {
|
|||
.transforms
|
||||
.current
|
||||
.raw
|
||||
.pre_rotate(lyon::math::Angle::radians(-angle));
|
||||
.pre_rotate(lyon::math::Angle::radians(angle));
|
||||
self.transforms.current.is_identity = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue