mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix: Fixed a namespacing error
This commit is contained in:
parent
93819dc542
commit
b3ce330398
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ use winit::window::Icon;
|
|||
use winit::event::{ElementState, KeyboardInput, MouseButton, MouseScrollDelta, TouchPhase, VirtualKeyCode};
|
||||
#[cfg(any(target_os = "linux", target_os = "windows"))]
|
||||
|
||||
use keyboard_types::{Key, KeyState, KeyboardEvent};
|
||||
use servo::keyboard_types::{Key, KeyState, KeyboardEvent};
|
||||
use servo::compositing::windowing::{AnimationState, MouseWindowEvent, WindowEvent};
|
||||
use servo::compositing::windowing::{EmbedderCoordinates, WindowMethods};
|
||||
use servo::embedder_traits::Cursor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue