fix: inconsistencies between rhai_impl and ewwii_plugin_api
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.4.1"
|
||||
version = "0.5.1"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"rhai",
|
||||
|
||||
@@ -6,7 +6,7 @@ resolver = "2"
|
||||
|
||||
shared_utils = { version = "0.1.0", path = "crates/shared_utils" }
|
||||
rhai_impl = { version = "0.1.0", path = "crates/rhai_impl" }
|
||||
ewwii_plugin_api = { version = "0.5.0", path = "crates/ewwii_plugin_api" }
|
||||
ewwii_plugin_api = { version = "0.5.1", path = "crates/ewwii_plugin_api" }
|
||||
|
||||
anyhow = "1.0.86"
|
||||
ahash = "0.8.12"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ewwii_plugin_api"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
authors = ["byson94 <byson94wastaken@gmail.com>"]
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-or-later"
|
||||
@@ -18,5 +18,6 @@ include-gtk4 = ["dep:gtk4"]
|
||||
include-rhai = ["dep:rhai"]
|
||||
|
||||
[dependencies]
|
||||
rhai = { workspace = true, optional = true }
|
||||
# rhai crate features should exactly match that of rhai_impl
|
||||
rhai = { workspace = true, optional = true, features = ["internals"] }
|
||||
gtk4 = { workspace = true, optional = true }
|
||||
Reference in New Issue
Block a user