Skip to content

Commit 8dff2bd

Browse files
committed
bump egui_extras to 0.22.0
1 parent ed78ca4 commit 8dff2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ homepage = "https://github.com/hacknus/serial-monitor-rust"
1111
[dependencies]
1212
csv = "1.1.6"
1313
eframe = { version = "0.22.0", features = ["persistence"] }
14-
egui_extras = { version = "0.21.0", features = ["image"] }
14+
egui_extras = { version = "0.22.0", features = ["image"] }
1515
hex = "0.4"
1616
image = { version = "0.24", default-features = false, features = ["png"] }
1717
itertools-num = "0.1"

0 commit comments

Comments
 (0)