orbclient 0.3.30

The Orbital Client Library
[package]
name = "orbclient"
version = "0.3.30"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
description = "The Orbital Client Library"
documentation = "https://docs.rs/orbclient"
repository = "https://gitlab.redox-os.org/redox-os/orbclient"
readme = "README.md"
license = "MIT"
keywords = [
    "orbital",
    "redox",
    "ui",
]

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

[target.'cfg(not(target_os = "redox"))'.dependencies]
sdl2 = { version = "0.34", features = ["raw-window-handle"] }
sdl2-sys = "0.34"
libc = "0.2"
raw-window-handle = "0.3"

[target.'cfg(target_os="redox")'.dependencies]
redox_syscall = { version = "0.2.1" }

[features]
default = ["bundled"]
bundled = ["sdl2/bundled", "sdl2/static-link", "sdl2-sys/bundled", "sdl2-sys/static-link"]
no_std = []