mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[PR #157] [MERGED] Purge anyhow #307
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#307
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feschber/lan-mouse/pull/157
Author: @feschber
Created: 7/9/2024
Status: ✅ Merged
Merged: 7/9/2024
Merged by: @feschber
Base:
main← Head:purge-anyhow📝 Commits (10+)
09b2db5code cleanup0d14619more cleanup306e0e6fix macoseaa3d9dfix windows + rename to dx/dy everywhere6530368simplify3933b6buse thiserror macrocb6ad7fcleanup289c21efixb14dcb6simplifye45df5dremove anyhow dependency from input-emulation📊 Changes
23 files changed (+911 additions, -1049 deletions)
View changed files
📝
Cargo.lock(+71 -72)📝
input-capture/src/error.rs(+53 -75)📝
input-capture/src/lib.rs(+1 -1)📝
input-capture/src/libei.rs(+144 -132)📝
input-capture/src/wayland.rs(+4 -9)📝
input-capture/src/windows.rs(+2 -6)📝
input-emulation/Cargo.toml(+0 -1)📝
input-emulation/src/error.rs(+44 -92)📝
input-emulation/src/lib.rs(+0 -2)📝
input-emulation/src/libei.rs(+10 -15)📝
input-emulation/src/macos.rs(+5 -15)📝
input-emulation/src/windows.rs(+2 -6)📝
input-emulation/src/wlroots.rs(+1 -5)📝
input-emulation/src/x11.rs(+2 -6)📝
input-emulation/src/xdg_desktop_portal.rs(+2 -7)📝
input-event/Cargo.toml(+1 -1)➕
input-event/src/error.rs(+17 -0)📝
input-event/src/lib.rs(+17 -461)➕
input-event/src/proto.rs(+307 -0)📝
src/emulation_test.rs(+2 -6)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.