mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Upgrade Mac code for new Rust
This commit is contained in:
parent
094cfece48
commit
0300a2ff07
10 changed files with 12 additions and 6 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 91ebe55a5af22452e906dab6dad791f7761bde3d
|
||||
Subproject commit f37301008a770033211c48512d19db954918a4b9
|
|
@ -1 +1 @@
|
|||
Subproject commit 05542dff66725cbf0620d7cbf26367a08e7dceaf
|
||||
Subproject commit 0439b988200eadfcb581b6b488331a9d4c5caba0
|
|
@ -1 +1 @@
|
|||
Subproject commit e4afef45bb91bf78589b3f02f4ee0411f85d86c5
|
||||
Subproject commit b108b2b8d4a53ef1d9720dfc484b971d19f9817d
|
|
@ -1 +1 @@
|
|||
Subproject commit e777e17f054be294792a097d5aaa7a1f56f018bc
|
||||
Subproject commit 6e163d5bab3bef6cebe7660867388da5a8681b9f
|
|
@ -1 +1 @@
|
|||
Subproject commit cb19f5e3944344a9d7b7343bb326324445824805
|
||||
Subproject commit b51ce8cca8aa9db6b9a65612b3366cd78457173e
|
|
@ -6,6 +6,8 @@ use core::send_map::{linear, SendMap};
|
|||
|
||||
#[cfg(target_os = "linux")]
|
||||
use fontconfig;
|
||||
#[cfg(target_os = "macos")]
|
||||
use quartz;
|
||||
use native;
|
||||
use util::time::time;
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ extern mod core_foundation;
|
|||
extern mod core_graphics;
|
||||
extern mod core_text;
|
||||
|
||||
use quartz;
|
||||
use quartz::font::core_foundation::base::{CFIndex, CFTypeRef, CFWrapper};
|
||||
use quartz::font::core_foundation::data::{CFData, CFDataRef};
|
||||
use quartz::font::core_foundation::string::UniChar;
|
||||
|
|
|
@ -2,6 +2,7 @@ extern mod core_foundation;
|
|||
extern mod core_graphics;
|
||||
extern mod core_text;
|
||||
|
||||
use quartz;
|
||||
use quartz::font::QuartzFontHandle;
|
||||
use quartz::font_context::core_text::font::CTFont;
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
extern mod core_foundation;
|
||||
extern mod core_text;
|
||||
|
||||
use native;
|
||||
use quartz;
|
||||
use quartz::font_list::core_foundation::array::CFArray;
|
||||
use quartz::font_list::core_foundation::base::CFWrapper;
|
||||
use quartz::font_list::core_foundation::string::{CFString, CFStringRef};
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d1f1e591c7a3b53b19d037aa33c79c5c7606d411
|
||||
Subproject commit 791badb957c59d3ec8929c536b4b94a2296755fd
|
Loading…
Add table
Add a link
Reference in a new issue