Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format the rest of gfx #21373 #21638

Merged
merged 2 commits into from Sep 8, 2018
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Reorder gfx lib creates

  • Loading branch information
kingdido999
kingdido999 committed Sep 8, 2018
commit c0da829e33b11d2ce156415d60fb41fec5f92b94
@@ -21,8 +21,6 @@ extern crate core_text;
// Windows-specific library dependencies
#[cfg(target_os = "windows")]
extern crate dwrote;
#[cfg(target_os = "windows")]
extern crate truetype;

extern crate euclid;
extern crate fnv;
@@ -32,8 +30,6 @@ extern crate fontconfig;
extern crate fontsan;
#[cfg(any(target_os = "linux", target_os = "android"))]
extern crate freetype;
#[cfg(any(target_os = "linux", target_os = "android"))]
extern crate servo_allocator;
extern crate gfx_traits;

// Eventually we would like the shaper to be pluggable, as many operating systems have their own
@@ -59,13 +55,17 @@ extern crate packed_simd;
extern crate range;
#[macro_use]
extern crate serde;
#[cfg(any(target_os = "linux", target_os = "android"))]
extern crate servo_allocator;
extern crate servo_arc;
#[macro_use]
extern crate servo_atoms;
extern crate servo_url;
extern crate smallvec;
extern crate style;
extern crate time;
#[cfg(target_os = "windows")]
extern crate truetype;
extern crate ucd;
extern crate unicode_bidi;
extern crate unicode_script;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.