mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
use rust-encoding to correctly(?) set utf16 strings for cmdline args as expected
This commit is contained in:
parent
6317905342
commit
ddbecf2882
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ extern crate native;
|
|||
extern crate libc;
|
||||
extern crate "url" as std_url;
|
||||
|
||||
extern crate encoding;
|
||||
|
||||
#[cfg(target_os="macos")]
|
||||
extern crate core_graphics;
|
||||
#[cfg(target_os="macos")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue