feat: change doccomment description of rhai_impl crate

This commit is contained in:
Byson94
2025-12-08 19:49:09 +05:30
parent 4293c6877d
commit 4197a863e5
3 changed files with 9 additions and 1 deletions

7
Cargo.lock generated
View File

@@ -526,6 +526,13 @@ dependencies = [
"x11rb",
]
[[package]]
name = "ewwii_anims"
version = "0.1.0"
dependencies = [
"gtk4",
]
[[package]]
name = "ewwii_plugin_api"
version = "0.7.0"

View File

@@ -7,6 +7,7 @@ resolver = "2"
shared_utils = { version = "0.1.0", path = "crates/shared_utils" }
rhai_impl = { version = "0.1.0", path = "crates/rhai_impl" }
scan_prop_proc = { version = "0.1.0", path = "proc_macros/scan_prop_proc" }
ewwii_anims = { version = "0.1.0", path = "crates/ewwii_anims" }
ewwii_plugin_api = { version = "0.7.0", path = "crates/ewwii_plugin_api" }
anyhow = "1.0.86"

View File

@@ -1,4 +1,4 @@
//! IIRhai is a simple crate which configures rhai for the `ewwii` widget system.
//! rhai_impl is a simple crate which configures rhai for the `ewwii` widget system.
//!
//! This crate supports parsing, error handling, and has a custom module_resolver.