[dependencies]
[package]
authors = ["Simon Heath <icefox@dreamquest.io>"]
categories = ["api-bindings", "gui"]
description = "An experiment in making a small light-weight window-setup library."
edition = "2018"
keywords = ["windowing", "cross-platform"]
license = "MIT"
name = "winflip"
repository = "https://hg.sr.ht/~icefox/winflip/"
version = "0.1.0"
[target.'cfg(all(target_arch="wasm32", target_os="unknown"))'.dependencies]
[target.'cfg(target_os="linux")'.dependencies.x11-dl]
version = "2"
[target.'cfg(target_os="macos")'.dependencies]
[target.'cfg(target_os="windows")'.dependencies]