Add Servo engine host runtime
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
mod error;
|
||||
mod host;
|
||||
#[cfg(feature = "servo-engine")]
|
||||
mod runtime;
|
||||
|
||||
pub use error::ServoHostError;
|
||||
pub use host::{NavigationRequest, PermissionDecision, PermissionRequest, ServoHost, WebViewState};
|
||||
pub use host::{
|
||||
NavigationRequest, PermissionDecision, PermissionRequest, ServoHost, WebViewSnapshot,
|
||||
WebViewState,
|
||||
};
|
||||
#[cfg(feature = "servo-engine")]
|
||||
pub use runtime::{ServoSurfaceSize, SoftwareServoHost};
|
||||
|
||||
Reference in New Issue
Block a user