display-link 0.1.7

rusty bindings to apples CADisplayLink/CVDisplayLink interface
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "display-link"
version = "0.1.7"
authors = ["tyler <tyler@brainiumstudios.com>"]
description = "rusty bindings to apples CADisplayLink/CVDisplayLink interface"
documentation = "https://docs.rs/display-link"
keywords = ["CVDisplayLink", "CADisplayLink", "ios", "macos", "apple"]
license = "MIT"
repository = "http://github.com/BrainiumLLC/display-link"
[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"
[dependencies.failure]
version = "0.1.5"

[dependencies.foreign-types]
version = "0.3.2"

[dependencies.winit]
version = "0.20.0-alpha2"
optional = true

[features]
default = []
[target."cfg(any(target_os = \"ios\"))".dependencies.objc]
version = "0.2.6"

[target."cfg(any(target_os = \"ios\"))".dependencies.objc-foundation]
version = "0.1.1"