25 个版本 (12 个破坏性更新)
使用旧的 Rust 2015
0.12.0 | 2015年12月21日 |
---|---|
0.10.2 | 2015年11月10日 |
0.3.0 | 2015年7月9日 |
0.0.3 | 2015年3月31日 |
#949 in 图形API
每月79次下载
在 2 软件包 中使用
1MB
1K SLoC
elmesque
这个软件包尝试将 Elm 的极其有用、纯函数式的 std 图形模块移植过来。它适用于各种2D自由形式图形和UI设计。
访问 elm-lang.org 了解更多关于 Elm 的信息。
所有荣誉和感谢都归功于包括在内的所有算法的 Evan Czaplicki。
由 Mitchell Nordine 移植到 Rust。
用法
将 elmesque 添加到您的 cargo 依赖项,如下所示。
[dependencies]
elmesque = "*"
lib.rs
:
此软件包尝试将 Elm 的极其有用的 std 图形模块移植过来。
访问 elm-lang.org。
所有荣誉归功于包括在内的所有算法的 Evan Czaplicki。
由 Mitchell Nordine 移植到 Rust。
依赖项
~1.5MB
~25K SLoC