[dependencies.cairo-rs]
default_features = false
optional = true
version = "0.7.1"
[dependencies.gdk]
optional = true
version = "0.11.0"
[dependencies.gdk-sys]
optional = true
version = "0.9.0"
[dependencies.gio]
optional = true
version = "0.7.0"
[dependencies.glib]
optional = true
version = "0.8.1"
[dependencies.glib-sys]
optional = true
version = "0.9.0"
[dependencies.gtk]
optional = true
version = "0.7.0"
[dependencies.gtk-sys]
optional = true
version = "0.9.0"
[dependencies.lazy_static]
version = "1.0"
[dependencies.log]
version = "0.4.8"
[dependencies.piet-common]
version = "0.0.7"
[dependencies.time]
version = "0.1.39"
[features]
use_gtk = ["gtk", "gio", "gdk", "gdk-sys", "glib", "glib-sys", "cairo-rs"]
[package]
authors = ["Raph Levien <raph.levien@gmail.com>"]
categories = ["os::macos-apis", "os::windows-apis", "gui"]
description = "Platform abstracting application shell used for druid toolkit."
edition = "2018"
license = "Apache-2.0"
name = "druid-shell"
repository = "https://github.com/xi-editor/druid"
version = "0.3.2"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
[target."cfg(target_os=\"linux\")".dependencies.cairo-rs]
default_features = false
version = "0.7.1"
[target."cfg(target_os=\"linux\")".dependencies.gdk]
version = "0.11.0"
[target."cfg(target_os=\"linux\")".dependencies.gdk-sys]
version = "0.9.0"
[target."cfg(target_os=\"linux\")".dependencies.gio]
version = "0.7.0"
[target."cfg(target_os=\"linux\")".dependencies.glib]
version = "0.8.1"
[target."cfg(target_os=\"linux\")".dependencies.glib-sys]
version = "0.9.0"
[target."cfg(target_os=\"linux\")".dependencies.gtk]
features = ["v3_20"]
version = "0.7.0"
[target."cfg(target_os=\"linux\")".dependencies.gtk-sys]
version = "0.9.0"
[target."cfg(target_os=\"macos\")".dependencies.cairo-rs]
default_features = false
version = "0.7.1"
[target."cfg(target_os=\"macos\")".dependencies.cocoa]
version = "0.19.0"
[target."cfg(target_os=\"macos\")".dependencies.objc]
version = "0.2.5"
[target."cfg(target_os=\"windows\")".dependencies.direct2d]
version = "0.2.0"
[target."cfg(target_os=\"windows\")".dependencies.directwrite]
version = "0.1.2"
[target."cfg(target_os=\"windows\")".dependencies.winapi]
features = ["d2d1_1", "dwrite", "winbase", "libloaderapi", "errhandlingapi", "winuser", "shellscalingapi", "shobjidl", "combaseapi", "synchapi", "dxgi1_3", "dcomp", "d3d11", "dwmapi", "wincon", "fileapi", "processenv", "winbase", "handleapi"]
version = "0.3.6"
[target."cfg(target_os=\"windows\")".dependencies.wio]
version = "0.2"