1 Star 1 Fork 1

sopoto/orbtk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
Florian Blasius 提交于 2019-11-15 10:49 . Update.
[package]
name = "orbtk"
version = "0.3.1-alpha1"
authors = [
"Florian Blasius <flovanpt@posteo.de>",
"Jeremy Soller <jackpot51@gmail.com>"
]
description = "The Orbital Widget Toolkit"
documentation = "https://docs.rs/orbtk"
repository = "https://gitlab.redox-os.org/redox-os/orbtk"
readme = "README.md"
license = "MIT"
keywords = [
"orbital",
"redox",
"ui",
]
edition = "2018"
[lib]
name = "orbtk"
path = "src/lib.rs"
[profile.dev]
opt-level = 1
[dependencies]
orbtk-utils = "0.3.0-alpha1"
orbtk-tree = "0.3.0-alpha1"
orbtk-proc-macros = "0.3.0-alpha1"
orbtk-api = "0.3.0-alpha1"
orbtk-css-engine = "0.3.0-alpha1"
orbtk-render = "0.3.0-alpha1"
orbtk-shell = "0.3.0-alpha1"
orbtk-theme = "0.3.0-alpha1"
orbtk-widgets = "0.3.0-alpha1"
dces = "0.2"
[dev-dependencies]
euc = "0.4.2"
vek = "0.9.10"
[features]
debug = ["orbtk-api/debug"]
[workspace]
members = [
"crates/utils",
"crates/tree",
"crates/proc-macros",
"crates/api",
"crates/css-engine",
"crates/render",
"crates/shell",
"crates/theme",
"crates/widgets",
]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/society/orbtk.git
git@gitee.com:society/orbtk.git
society
orbtk
orbtk
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385