5 个版本
0.1.5 | 2024年3月3日 |
---|---|
0.1.4 | 2024年2月27日 |
#192 在 图形API
28KB
774 行
ray-rust
这目前是WIP,功能尚不完善,但具有基本的射线调试功能。
示例
use ray_rust::*
fn main() {
ray!("Hello World");
ray!("Hello World!").color("green");
ray!().html("<strong>Hello World! 🦀</strong>");
}
安装
将以下内容添加到您的 Cargo.toml
[dependencies]
ray-rust = "0.1.5"
功能
ray-rust = { version = "0.1.5", features = ["with_tokio"] }
依赖关系
~4–16MB
~241K SLoC