mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Basic support for bidirectional text
This commit is contained in:
parent
b386d7ae44
commit
dfac8ce4a1
20 changed files with 309 additions and 107 deletions
|
@ -14,6 +14,7 @@
|
|||
#![feature(plugin)]
|
||||
#![feature(raw)]
|
||||
#![feature(slice_chars)]
|
||||
#![feature(step_by)]
|
||||
#![feature(str_char)]
|
||||
#![feature(unsafe_no_drop_flag)]
|
||||
|
||||
|
@ -59,6 +60,7 @@ extern crate serde;
|
|||
extern crate smallvec;
|
||||
extern crate string_cache;
|
||||
extern crate style;
|
||||
extern crate unicode_bidi;
|
||||
extern crate url;
|
||||
|
||||
// Listed first because of macro definitions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue