mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Avoid use of deprecated (and buggy) std::env::home_dir
This commit is contained in:
parent
88664912ed
commit
e397ca06d8
4 changed files with 23 additions and 29 deletions
|
@ -28,8 +28,8 @@ url = "1.2"
|
|||
env_logger = "0.5"
|
||||
embedder_traits = { path = "../embedder_traits", features = ["tests"] }
|
||||
|
||||
[target.'cfg(all(unix, not(target_os = "macos"), not(target_os = "ios"), not(target_os = "android")))'.dependencies]
|
||||
xdg = "2.0"
|
||||
[target.'cfg(not(target_os = "android"))'.dependencies]
|
||||
dirs = "1.0"
|
||||
|
||||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
android_injected_glue = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue