Skip to content

Commit

Permalink
Prototype v3
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Jul 17, 2024
1 parent 3484ac9 commit 91ca8c4
Show file tree
Hide file tree
Showing 14 changed files with 2,549 additions and 429 deletions.
1,029 changes: 1,013 additions & 16 deletions Cargo.lock

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"

[dependencies]
ashpd = { git = "https://github.com/bilelmoussaoui/ashpd", version = "0.9.0" }
clipboard-rs = "0.1.7"
edge-detection = "0.2.6"
eframe = { version = "0.28.1", features = [
"default",
Expand All @@ -15,4 +16,19 @@ image = "0.25.1"
imageproc = "0.25.0"
once_cell = "1.19.0"
rayon = "1.10.0"
scap = "0.0.5"
tokio = { version = "1.38.0", features = ["full"] }
xcap = "0.0.10"
zbus = "4.3.1"

[lib]
name = "swiftmouse"
path = "src/lib.rs"

[[bin]]
name = "daemon"
path = "src/bin/daemon.rs"

[[bin]]
name = "gui"
path = "src/bin/gui.rs"
File renamed without changes.
Loading

0 comments on commit 91ca8c4

Please sign in to comment.