8 个不稳定版本 (3 个破坏性版本)

使用旧的 Rust 2015

0.4.0 2019年3月6日
0.3.0 2019年2月16日
0.2.4 2018年12月22日
0.0.0 2017年4月26日

#983 in GUI

每月49次下载

MIT 许可证

1.5MB
12K SLoC

包含 (WOFF 字体, 99KB) fontawesome-webfont.woff, (WOFF 字体, 78KB) fontawesome-webfont.woff2

wlroots-rs

Crates.io License

wlroots 的安全 Rust 绑定。

此库当前跟踪其次要版本的 wlroots 版本。补丁版本是 wlroots-rs 特有的。

文档

构建

要构建 wlroots-rs,您必须首先初始化 wlroots 子模块并拥有所有 wlroots 依赖项。

git submodule update --init
cargo build

如果您想静态编译对 wlroots 的编译,请添加 "static" 标志。

如果您想使用不稳定版本的 wlroots 功能,请添加 "unstable" 标志。

示例

请参阅 示例目录 以获取使用此库的基本示例,以及在 Way Cooler(此库的主要用户)。

您可以使用以下命令运行示例

cargo run --example <name of the example>

依赖项

~5–7.5MB
~150K SLoC