mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
chore: re-export servo-media types (#31180)
This commit is contained in:
parent
5574492505
commit
919bfe0b08
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use std::sync::{Arc, Mutex};
|
|||
|
||||
use euclid::default::Size2D;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use servo_media::player::context::{GlApi, GlContext, NativeDisplay, PlayerGLContext};
|
||||
pub use servo_media::player::context::{GlApi, GlContext, NativeDisplay, PlayerGLContext};
|
||||
use webrender_traits::{
|
||||
WebrenderExternalImageApi, WebrenderExternalImageRegistry, WebrenderImageSource,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue