[dev-dependencies.serde_derive]
version = "=1.0.197"
[dev-dependencies.toml]
version = "0.7"
[[example]]
name = "image_bench"
path = "examples/image_bench.rs"
[[example]]
name = "rect_bench"
path = "examples/rect_bench.rs"
[[example]]
name = "simple"
path = "examples/simple.rs"
[features]
bundled = ["sdl", "sdl2/bundled", "sdl2/static-link", "sdl2-sys/bundled", "sdl2-sys/static-link"]
default = ["std", "sdl", "unifont"]
sdl = ["sdl2", "sdl2-sys", "libc"]
std = []
unifont = []
[lib]
name = "orbclient"
path = "src/lib.rs"
[package]
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
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.48"
[target.'cfg(not(target_os = "redox"))'.dependencies.libc]
optional = true
version = "0.2"
[target.'cfg(not(target_os = "redox"))'.dependencies.raw-window-handle]
optional = true
version = "0.5.2"
[target.'cfg(not(target_os = "redox"))'.dependencies.sdl2]
optional = true
version = "0.35.2"
[target.'cfg(not(target_os = "redox"))'.dependencies.sdl2-sys]
optional = true
version = "0.35.2"
[target.'cfg(target_os = "redox")'.dependencies.libredox]
version = "0.1"