fix: fixing feature issue in widget_backend.rs

This commit is contained in:
Byson94
2025-10-11 09:43:54 +05:30
parent b9ce839f83
commit bf1e1622ac
3 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -527,7 +527,7 @@ dependencies = [
[[package]]
name = "ewwii_plugin_api"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"gtk4",
"rhai",

View File

@@ -1,6 +1,6 @@
[package]
name = "ewwii_plugin_api"
version = "0.3.1"
version = "0.3.2"
authors = ["byson94 <byson94wastaken@gmail.com>"]
edition = "2021"
license = "GPL-3.0-or-later"

View File

@@ -17,4 +17,5 @@ mod gtk4_included {
}
}
#[cfg(feature = "include-gtk4")]
pub use gtk4_included::*;