Skip to content

Commit 01ba3fa

Browse files
committed
Allow locking scroll position on HexView (fixes #32)
1 parent 47ac877 commit 01ba3fa

File tree

4 files changed

+161
-119
lines changed

4 files changed

+161
-119
lines changed

Cargo.lock

Lines changed: 57 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdiff"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
authors = ["Ethan Roseman <[email protected]>"]
66
license = "MIT"
@@ -18,6 +18,7 @@ argh = "0.1.12"
1818
dtoa = "1.0.9"
1919
eframe = { version = "0.23.0", features = ["persistence"] }
2020
egui-modal = "0.2.5"
21+
egui-phosphor = "0.3.0"
2122
encoding_rs = "0.8.33"
2223
iset = "0.2.2"
2324
log = "0.4.20"

0 commit comments

Comments
 (0)