mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 18:41:44 +02:00
🔧 Fix linting warnings and errors (#6431)
This commit is contained in:
parent
36e1ad287c
commit
bd514c0594
2 changed files with 10 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
use skia_safe::gpu::{self, gl::FramebufferInfo, gl::TextureInfo, DirectContext};
|
||||
use skia_safe::{self as skia, ISize, Surface, SurfaceProps, SurfacePropsFlags};
|
||||
use skia_safe::{self as skia, ISize};
|
||||
|
||||
pub struct GpuState {
|
||||
pub context: DirectContext,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue