94 lines
1.9 KiB
TOML
94 lines
1.9 KiB
TOML
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
|
#
|
|
# When uploading crates to the registry Cargo will automatically
|
|
# "normalize" Cargo.toml files for maximal compatibility
|
|
# with all versions of Cargo and also rewrite `path` dependencies
|
|
# to registry (e.g., crates.io) dependencies.
|
|
#
|
|
# If you are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
edition = "2018"
|
|
name = "orbclient"
|
|
version = "0.3.48"
|
|
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
|
|
build = "build.rs"
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "The Orbital Client Library"
|
|
documentation = "https://docs.rs/orbclient"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"orbital",
|
|
"redox",
|
|
"ui",
|
|
]
|
|
license = "MIT"
|
|
repository = "https://gitlab.redox-os.org/redox-os/orbclient"
|
|
|
|
[lib]
|
|
name = "orbclient"
|
|
path = "src/lib.rs"
|
|
|
|
[[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"
|
|
|
|
[dev-dependencies.serde_derive]
|
|
version = "=1.0.197"
|
|
|
|
[dev-dependencies.toml]
|
|
version = "0.7"
|
|
|
|
[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 = []
|
|
|
|
[target.'cfg(not(target_os = "redox"))'.dependencies.libc]
|
|
version = "0.2"
|
|
optional = true
|
|
|
|
[target.'cfg(not(target_os = "redox"))'.dependencies.raw-window-handle]
|
|
version = "0.5.2"
|
|
optional = true
|
|
|
|
[target.'cfg(not(target_os = "redox"))'.dependencies.sdl2]
|
|
version = "0.35.2"
|
|
optional = true
|
|
|
|
[target.'cfg(not(target_os = "redox"))'.dependencies.sdl2-sys]
|
|
version = "0.35.2"
|
|
optional = true
|
|
|
|
[target.'cfg(target_os = "redox")'.dependencies.libredox]
|
|
version = "0.1"
|