Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
76
third-party/vendor/orbclient/Cargo.toml
vendored
Normal file
76
third-party/vendor/orbclient/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
# 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.47"
|
||||
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
|
||||
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"
|
||||
|
||||
[dev-dependencies.serde_derive]
|
||||
version = "1.0"
|
||||
|
||||
[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.0.2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue