[go: up one dir, main page]

orbclient 0.1.9

The Orbital Client Library
Documentation
[package]
name = "orbclient"
description = "The Orbital Client Library"
repository = "https://github.com/redox-os/orbclient"
version = "0.1.9"
license-file = "LICENSE"
readme = "README.md"
keywords = ["orbital", "redox", "ui"]
authors = ["Jeremy Soller <jackpot51@gmail.com>"]

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

[[bin]]
name = "data"
path = "examples/data.rs"

[[bin]]
name = "redox_icon_display"
path = "examples/redox_icon_display.rs"

[target.i686-unknown-linux-gnu.dependencies]
sdl2 = "0.9"

[target.x86_64-unknown-linux-gnu.dependencies]
sdl2 = "0.9"

[target.i686-unknown-linux-musl.dependencies]
sdl2 = "0.9"

[target.x86_64-unknown-linux-musl.dependencies]
sdl2 = "0.9"

[target.i686-pc-windows-gnu.dependencies]
sdl2 = "0.9"

[target.x86_64-pc-windows-gnu.dependencies]
sdl2 = "0.9"

[target.i686-apple-darwin.dependencies]
sdl2 = "0.9"

[target.x86_64-apple-darwin.dependencies]
sdl2 = "0.9"