fix: register Rune Item type under owlry crate path

This commit is contained in:
2026-03-26 18:35:41 +01:00
parent 83f551dd7f
commit 5f14ed2b3b

View File

@@ -22,6 +22,7 @@ pub struct ProviderRegistration {
///
/// Exposed to Rune scripts as `owlry::Item`.
#[derive(Debug, Clone, Any)]
#[rune(item = ::owlry)]
pub struct Item {
pub id: String,
pub name: String,