[PR #178] [MERGED] move lan-mouse protocol to separate crate #314

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/178
Author: @feschber
Created: 8/9/2024
Status: Merged
Merged: 8/11/2024
Merged by: @feschber

Base: mainHead: lan-mouse-proto


📝 Commits (3)

  • 1e1476d move lan-mouse protocol into separate crate
  • ede8cd4 include size_of for older rust versions
  • 70e2d9f update macos + windows

📊 Changes

28 files changed (+451 additions, -545 deletions)

View changed files

📝 Cargo.lock (+17 -0)
📝 Cargo.toml (+2 -1)
📝 input-capture/src/dummy.rs (+2 -6)
📝 input-capture/src/lib.rs (+26 -5)
📝 input-capture/src/libei.rs (+10 -8)
📝 input-capture/src/macos.rs (+3 -3)
📝 input-capture/src/wayland.rs (+18 -18)
📝 input-capture/src/windows.rs (+8 -8)
📝 input-capture/src/x11.rs (+5 -8)
📝 input-emulation/src/lib.rs (+3 -3)
📝 input-emulation/src/libei.rs (+0 -2)
📝 input-emulation/src/macos.rs (+0 -2)
📝 input-emulation/src/windows.rs (+0 -2)
📝 input-emulation/src/wlroots.rs (+3 -5)
📝 input-emulation/src/x11.rs (+0 -1)
📝 input-emulation/src/xdg_desktop_portal.rs (+0 -2)
📝 input-event/src/error.rs (+0 -16)
📝 input-event/src/lib.rs (+6 -33)
📝 input-event/src/libei.rs (+3 -3)
input-event/src/proto.rs (+0 -307)

...and 8 more files

📄 Description

move lan-mouse protocol into a separate crate


🔄 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/178 **Author:** [@feschber](https://github.com/feschber) **Created:** 8/9/2024 **Status:** ✅ Merged **Merged:** 8/11/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `lan-mouse-proto` --- ### 📝 Commits (3) - [`1e1476d`](https://github.com/feschber/lan-mouse/commit/1e1476d58e26bc42dac47073ef0064a74b1f0bf6) move lan-mouse protocol into separate crate - [`ede8cd4`](https://github.com/feschber/lan-mouse/commit/ede8cd4acbfcb5d380d4a075b587f06a0f5ce194) include size_of for older rust versions - [`70e2d9f`](https://github.com/feschber/lan-mouse/commit/70e2d9fecb203c371be2507c2e2fb565eb311b8e) update macos + windows ### 📊 Changes **28 files changed** (+451 additions, -545 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+17 -0) 📝 `Cargo.toml` (+2 -1) 📝 `input-capture/src/dummy.rs` (+2 -6) 📝 `input-capture/src/lib.rs` (+26 -5) 📝 `input-capture/src/libei.rs` (+10 -8) 📝 `input-capture/src/macos.rs` (+3 -3) 📝 `input-capture/src/wayland.rs` (+18 -18) 📝 `input-capture/src/windows.rs` (+8 -8) 📝 `input-capture/src/x11.rs` (+5 -8) 📝 `input-emulation/src/lib.rs` (+3 -3) 📝 `input-emulation/src/libei.rs` (+0 -2) 📝 `input-emulation/src/macos.rs` (+0 -2) 📝 `input-emulation/src/windows.rs` (+0 -2) 📝 `input-emulation/src/wlroots.rs` (+3 -5) 📝 `input-emulation/src/x11.rs` (+0 -1) 📝 `input-emulation/src/xdg_desktop_portal.rs` (+0 -2) 📝 `input-event/src/error.rs` (+0 -16) 📝 `input-event/src/lib.rs` (+6 -33) 📝 `input-event/src/libei.rs` (+3 -3) ➖ `input-event/src/proto.rs` (+0 -307) _...and 8 more files_ </details> ### 📄 Description move lan-mouse protocol into a separate crate --- <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:32 -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#314
No description provided.