mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Format code and fix rebase errors
This commit is contained in:
parent
85ec66b43e
commit
68baabba63
6 changed files with 9 additions and 7 deletions
|
@ -17,7 +17,8 @@ use env_logger;
|
|||
use log::LevelFilter;
|
||||
use simpleservo::{self, gl_glue, ServoGlue, SERVO};
|
||||
use simpleservo::{
|
||||
Coordinates, EventLoopWaker, HostTrait, InitOptions, MediaSessionEvent, MouseButton, VRInitOptions,
|
||||
Coordinates, EventLoopWaker, HostTrait, InitOptions, MediaSessionEvent, MouseButton,
|
||||
VRInitOptions,
|
||||
};
|
||||
use std::ffi::{CStr, CString};
|
||||
#[cfg(target_os = "windows")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue