We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0b9a2 commit eec33acCopy full SHA for eec33ac
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "fltk-webview"
3
-version = "0.4.5"
+version = "0.4.6"
4
authors = ["MoAlyousef <mohammed.alyousef@neurosrg.com>", "Adia Robbie <adyaro37@gmail.com>"]
5
edition = "2021"
6
description = "Webview for embedded fltk windows"
@@ -13,7 +13,7 @@ license = "MIT"
13
14
[dependencies]
15
fltk = "1.5.10"
16
-fltk-webview-sys = { version = "0.4.1", path = "fltk-webview-sys" }
+fltk-webview-sys = { version = "0.4.2", path = "fltk-webview-sys" }
17
18
# for the examples
19
[dev-dependencies]
fltk-webview-sys/Cargo.toml
name = "fltk-webview-sys"
-version = "0.4.1"
+version = "0.4.2"
authors = [
"MoAlyousef <mohammed.alyousef@neurosrg.com>",
"Adia Robbie <adyaro37@gmail.com>",
0 commit comments