orbclient 0.3.41

The Orbital Client Library
Documentation
[dependencies.cfg-if]
version = "1.0"

[features]
bundled = ["sdl", "sdl2/bundled", "sdl2/static-link", "sdl2-sys/bundled", "sdl2-sys/static-link"]
default = ["std", "sdl"]
sdl = ["sdl2", "sdl2-sys", "libc", "raw-window-handle"]
std = []

[lib]
name = "orbclient"
path = "src/lib.rs"

[package]
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
description = "The Orbital Client Library"
documentation = "https://docs.rs/orbclient"
edition = "2018"
keywords = ["orbital", "redox", "ui"]
license = "MIT"
name = "orbclient"
readme = "README.md"
repository = "https://gitlab.redox-os.org/redox-os/orbclient"
version = "0.3.41"
[target."cfg(all(not(target_os = \"redox\"), not(target_arch = \"wasm32\")))".dependencies.libc]
optional = true
version = "0.2"

[target."cfg(all(not(target_os = \"redox\"), not(target_arch = \"wasm32\")))".dependencies.raw-window-handle]
optional = true
version = "0.3"

[target."cfg(all(not(target_os = \"redox\"), not(target_arch = \"wasm32\")))".dependencies.sdl2]
features = ["bundled", "static-link", "raw-window-handle"]
optional = true
version = "0.35.2"

[target."cfg(all(not(target_os = \"redox\"), not(target_arch = \"wasm32\")))".dependencies.sdl2-sys]
optional = true
version = "0.35.2"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2.69"

[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["Node", "Element", "console", "CanvasRenderingContext2d", "Document", "Element", "ImageData", "HtmlCanvasElement", "HtmlElement", "Window", "CssStyleDeclaration", "MouseEvent", "KeyboardEvent", "WheelEvent", "FocusEvent", "DragEvent", "DataTransfer", "Navigator", "Clipboard", "DomRect"]
version = "0.3"
[target."cfg(target_os=\"redox\")".dependencies.redox_syscall]
version = "0.2.1"