mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Update to latest rust-azure and rust-layers
We no longer need to implement from_azure_surface in Servo, now that rust-layers is handling more of the glue between rust-layers and Azure.
This commit is contained in:
parent
e6fe9f1409
commit
c3d23a0630
10 changed files with 20 additions and 122 deletions
|
@ -21,27 +21,3 @@ extern crate io_surface;
|
|||
|
||||
pub mod compositor_msg;
|
||||
pub mod constellation_msg;
|
||||
|
||||
pub mod platform {
|
||||
#[cfg(target_os="macos")]
|
||||
pub mod macos {
|
||||
#[cfg(target_os="macos")]
|
||||
pub mod surface;
|
||||
}
|
||||
|
||||
#[cfg(target_os="linux")]
|
||||
pub mod linux {
|
||||
#[cfg(target_os="linux")]
|
||||
pub mod surface;
|
||||
}
|
||||
|
||||
#[cfg(target_os="android")]
|
||||
pub mod android {
|
||||
#[cfg(target_os="android")]
|
||||
pub mod surface;
|
||||
}
|
||||
|
||||
|
||||
pub mod surface;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue