mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
cargo: Rename workspace-local library starting with c to servo_* (#43622)
- canvas - constellation_traits - canvas_traits - constellation Testing: This should not change any behaviour. --------- Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
use std::cell::Cell;
|
||||
|
||||
use constellation_traits::{LoadData, NavigationHistoryBehavior};
|
||||
use embedder_traits::{
|
||||
ContextMenuAction, ContextMenuElementInformation, ContextMenuElementInformationFlags,
|
||||
ContextMenuItem, ContextMenuRequest, EditingActionEvent, EmbedderControlId,
|
||||
@@ -24,6 +23,7 @@ use script_bindings::root::{Dom, DomRoot};
|
||||
use script_bindings::script_runtime::CanGc;
|
||||
use servo_base::Epoch;
|
||||
use servo_base::generic_channel::GenericSend;
|
||||
use servo_constellation_traits::{LoadData, NavigationHistoryBehavior};
|
||||
use servo_url::ServoUrl;
|
||||
use webrender_api::units::{DeviceIntRect, DevicePoint};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user