surfman 0.3.0

A cross-platform, low-level toolkit for GPU surface management
Documentation
[build-dependencies.cfg_aliases]
version = "0.1.0"

[build-dependencies.gl_generator]
version = "0.14"
[dependencies.bitflags]
version = "1.1"

[dependencies.euclid]
features = []
version = "0.20"

[dependencies.lazy_static]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.osmesa-sys]
optional = true
version = "0.1"

[dependencies.parking_lot]
version = "0.10.2"

[dependencies.raw-window-handle]
optional = true
version = "0.3.3"

[dependencies.winit]
optional = true
version = "<0.19.4"
[dev-dependencies.clap]
version = "2"

[dev-dependencies.gl]
version = "0.14"

[dev-dependencies.png]
version = "0.15"

[dev-dependencies.rand]
version = "0.7"

[features]
default = ["sm-winit"]
sm-angle = []
sm-angle-builtin = ["mozangle"]
sm-angle-default = ["sm-angle"]
sm-no-wgl = ["sm-angle-default"]
sm-raw-window-handle = ["raw-window-handle"]
sm-test = []
sm-wayland-default = []
sm-winit = ["winit"]
sm-x11 = ["x11"]

[package]
authors = ["Patrick Walton <pcwalton@mimiga.net>", "Emilio Cobos Álvarez <emilio@crisal.io>", "The Servo Project Developers"]
build = "build.rs"
description = "A cross-platform, low-level toolkit for GPU surface management"
edition = "2018"
license = "MIT / Apache-2.0"
name = "surfman"
repository = "https://github.com/servo/surfman"
version = "0.3.0"
[target."cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\"))))".dependencies.wayland-sys]
features = ["client", "dlopen", "egl"]
version = "0.24"

[target."cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\"))))".dependencies.x11]
features = ["xlib"]
optional = true
version = "2.3.0"
[target."cfg(target_os = \"windows\")".dependencies.mozangle]
features = ["egl"]
optional = true
version = "0.2"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["d3d11", "wingdi", "winuser", "libloaderapi"]
version = "0.3"

[target."cfg(target_os = \"windows\")".dependencies.wio]
version = "0.2"
[target.x86_64-apple-darwin.dependencies.cgl]
version = "0.3.2"

[target.x86_64-apple-darwin.dependencies.cocoa]
version = "0.19"

[target.x86_64-apple-darwin.dependencies.core-foundation]
version = "0.6"

[target.x86_64-apple-darwin.dependencies.core-graphics]
version = "0.17"

[target.x86_64-apple-darwin.dependencies.display-link]
version = "0.2"

[target.x86_64-apple-darwin.dependencies.io-surface]
version = "0.12"

[target.x86_64-apple-darwin.dependencies.mach]
version = "0.3"

[target.x86_64-apple-darwin.dependencies.metal]
version = "0.18"

[target.x86_64-apple-darwin.dependencies.objc]
version = "0.2"