Skip to content

Commit

Permalink
remove git version of depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
electronstudio committed Jul 30, 2024
1 parent f26748a commit 703f6d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
description = "Use your iPad or Android tablet as graphic tablet."

[dependencies]
autopilot = { git = "https://github.com/lyonbot/autopilot-rs.git", rev = "a92b41edb4818d0d4b4289d49e65420dbe9ab081", version = "0.4.0" }
autopilot = "0.4.0"
bitflags = "^1.3"
dirs = "^4.0"
fltk = { version = "^1", features = ["no-pango"] }
Expand Down

0 comments on commit 703f6d4

Please sign in to comment.