diff options
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 95b7a2ff86c..94a8a3f33b4 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -119,4 +119,4 @@ webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] } xml5ever = "0.17" [target.'cfg(not(target_os = "ios"))'.dependencies] -mozangle = "0.2" +mozangle = { version = "0.3", features = ["egl", "build_dlls"] } |