[PR #157] [MERGED] Purge anyhow #307

Closed
opened 2026-05-05 22:16:22 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: mainHead: purge-anyhow


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/feschber/lan-mouse/pull/157 **Author:** [@feschber](https://github.com/feschber) **Created:** 7/9/2024 **Status:** ✅ Merged **Merged:** 7/9/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `purge-anyhow` --- ### 📝 Commits (10+) - [`09b2db5`](https://github.com/feschber/lan-mouse/commit/09b2db50c05c02fdc9ce742165056dcc682063fe) code cleanup - [`0d14619`](https://github.com/feschber/lan-mouse/commit/0d1461917289a3d3c1986bb6f874856b63d0c1b9) more cleanup - [`306e0e6`](https://github.com/feschber/lan-mouse/commit/306e0e6a60428a69071ef04afb64883809d44f0f) fix macos - [`eaa3d9d`](https://github.com/feschber/lan-mouse/commit/eaa3d9d5b3937aa1fafe0e260a8b2805c0751977) fix windows + rename to dx/dy everywhere - [`6530368`](https://github.com/feschber/lan-mouse/commit/65303684f4600f4fae0cc5cc8cae1b7a37fbd669) simplify - [`3933b6b`](https://github.com/feschber/lan-mouse/commit/3933b6bf24395122508ae1508a013ab34945443e) use thiserror macro - [`cb6ad7f`](https://github.com/feschber/lan-mouse/commit/cb6ad7f1acb701f9b12b392d20e0b0a7961ed161) cleanup - [`289c21e`](https://github.com/feschber/lan-mouse/commit/289c21e0004ebc8bd3feb9fbabac68c5e9f4da17) fix - [`b14dcb6`](https://github.com/feschber/lan-mouse/commit/b14dcb6f49e7bbcd3f7f1de5093b8bdba286ef38) simplify - [`e45df5d`](https://github.com/feschber/lan-mouse/commit/e45df5d20e82429e5009d439d548594f973ff1ec) remove anyhow dependency from input-emulation ### 📊 Changes **23 files changed** (+911 additions, -1049 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:16:22 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#307
No description provided.