diff --git a/Cargo.toml b/Cargo.toml index dfdf3687..5c5dc74c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ mozangle = { version = "0.2", features = ["egl"] } [target.'cfg(target_os = "windows")'.dependencies] winapi = { version = "0.3", features = ["wingdi", "winuser", "libloaderapi"] } -[target.'cfg(any(target_os="macos", target_os="windows", target_os="android", target_os="ios"))'.dependencies] +[target.'cfg(any(target_os="macos", target_os="openbsd" ,target_os="windows", target_os="android", target_os="ios"))'.dependencies] lazy_static = "1" [target.'cfg(any(target_os = "android", target_os = "windows"))'.dependencies]