fix: fixing feature issue in widget_backend.rs
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -527,7 +527,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ewwii_plugin_api"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"rhai",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -17,4 +17,5 @@ mod gtk4_included {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "include-gtk4")]
|
||||
pub use gtk4_included::*;
|
||||
Reference in New Issue
Block a user