Skip to content

Commit

Permalink
Add support for panning with arrow keys (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv authored Oct 10, 2023
1 parent f0d1d37 commit 2f8dfcd
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 160 deletions.
70 changes: 69 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ client = ["dep:reqwest", "dep:url"]
server = ["dep:actix-cors", "dep:actix-web"]

[dependencies]
percentage = "0.1.0"
egui = "0.22.0"
egui_extras = "0.22.0"
eframe = { version = "0.22.0", default-features = false, features = [
Expand Down
Loading

0 comments on commit 2f8dfcd

Please sign in to comment.