[go: up one dir, main page]

orbclient 0.3.9

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

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

[features]
default = []
no_std = []

[target.'cfg(all(not(feature="no_std"), target_os = "redox"))'.dependencies]
redox_syscall = "0.1"

[target.'cfg(all(not(feature="no_std"), not(target_os = "redox")))'.dependencies]
sdl2 = "0.29"