1 Star 1 Fork 1

Lee Lup Yuen 李立源/kurbo-embedded

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 869 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lee Lup Yuen 李立源 提交于 2019-11-26 20:58 . Updated path size
[package]
name = "kurbo"
version = "0.5.5"
authors = ["Raph Levien <raph.levien@gmail.com>"]
license = "MIT/Apache-2.0"
edition = "2018"
keywords = ["graphics", "curve", "curves", "bezier", "geometry", "no_std"]
repository = "https://github.com/linebender/kurbo"
description = "A 2D curves library"
readme = "README.md"
categories = ["graphics"]
[package.metadata.docs.rs]
features = ["mint"]
[dependencies]
#### arrayvec = "0.4.11"
arrayvec = { version = "0.5.1", default-features = false } #### Disable default features to support `no_std`
introsort = { version = "0.6.0", default-features = false } #### Sort library. Disable default features to support `no_std`
libm = "0.2.1" #### Math library for `no_std`
[dependencies.mint]
version = "0.5.1"
optional = true
# This is used for research but not really needed; maybe refactor.
[dev-dependencies]
rand = "0.6"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/lupyuen/kurbo-embedded.git
git@gitee.com:lupyuen/kurbo-embedded.git
lupyuen
kurbo-embedded
kurbo-embedded
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385