mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Fix build when webgpu
feature is not enabled (#36804)
Fix winit_minimal build breakage Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
00b40bbdaf
commit
e25e63b587
3 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use dom_struct::dom_struct;
|
||||
use webrender_api::ImageKey;
|
||||
|
||||
use crate::dom::bindings::codegen::Bindings::GPUCanvasContextBinding::GPUCanvasContextMethods;
|
||||
use crate::dom::bindings::codegen::UnionTypes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue