Implement window.openURLInDefaultBrowser() (fixes #11292)

This commit is contained in:
Anthony Ramine 2016-05-27 13:40:39 +02:00
parent 8003687deb
commit 056bdc5514
8 changed files with 39 additions and 5 deletions

View file

@ -1565,6 +1565,11 @@ dependencies = [
"x11 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "open"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "openssl"
version = "0.7.13"
@ -1877,6 +1882,7 @@ dependencies = [
"net_traits 0.0.1",
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
"offscreen_gl_context 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"open 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"phf 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
"phf_macros 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",