[PR #154] [MERGED] split into input-{event,capture,emulation} #306

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/154
Author: @feschber
Created: 7/2/2024
Status: Merged
Merged: 7/2/2024
Merged by: @feschber

Base: mainHead: split-crates


📝 Commits (5)

  • dd7f931 split into input-{event,capture,emulation}
  • c093c3e purge dependencies
  • ef09cd4 update deps
  • 7056ff6 fix xdg-desktop-portal backend not available
  • f29cd2d fix all features enabled by default

📊 Changes

34 files changed (+726 additions, -568 deletions)

View changed files

📝 Cargo.lock (+398 -420)
📝 Cargo.toml (+16 -37)
input-capture/Cargo.toml (+48 -0)
📝 input-capture/src/dummy.rs (+1 -1)
📝 input-capture/src/error.rs (+0 -0)
📝 input-capture/src/lib.rs (+34 -15)
📝 input-capture/src/libei.rs (+1 -1)
📝 input-capture/src/macos.rs (+2 -3)
📝 input-capture/src/wayland.rs (+1 -1)
📝 input-capture/src/windows.rs (+3 -3)
📝 input-capture/src/x11.rs (+1 -1)
input-emulation/Cargo.toml (+47 -0)
📝 input-emulation/src/dummy.rs (+1 -1)
📝 input-emulation/src/error.rs (+0 -0)
📝 input-emulation/src/lib.rs (+57 -17)
📝 input-emulation/src/libei.rs (+8 -8)
📝 input-emulation/src/macos.rs (+7 -7)
📝 input-emulation/src/windows.rs (+3 -5)
📝 input-emulation/src/wlroots.rs (+2 -2)
📝 input-emulation/src/x11.rs (+1 -1)

...and 14 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/154 **Author:** [@feschber](https://github.com/feschber) **Created:** 7/2/2024 **Status:** ✅ Merged **Merged:** 7/2/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `split-crates` --- ### 📝 Commits (5) - [`dd7f931`](https://github.com/feschber/lan-mouse/commit/dd7f931a10a7f5bc738353fa92f77ad74e630e68) split into input-{event,capture,emulation} - [`c093c3e`](https://github.com/feschber/lan-mouse/commit/c093c3e0c4157c26741acc4bfb1e0570b7b963e6) purge dependencies - [`ef09cd4`](https://github.com/feschber/lan-mouse/commit/ef09cd48063928e6f452262e51e6e8649d3d0eb8) update deps - [`7056ff6`](https://github.com/feschber/lan-mouse/commit/7056ff697eafc330a2e1a6c961f1109dc995cc4b) fix xdg-desktop-portal backend not available - [`f29cd2d`](https://github.com/feschber/lan-mouse/commit/f29cd2df437a8232acef0a57fa457616a8db1098) fix all features enabled by default ### 📊 Changes **34 files changed** (+726 additions, -568 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+398 -420) 📝 `Cargo.toml` (+16 -37) ➕ `input-capture/Cargo.toml` (+48 -0) 📝 `input-capture/src/dummy.rs` (+1 -1) 📝 `input-capture/src/error.rs` (+0 -0) 📝 `input-capture/src/lib.rs` (+34 -15) 📝 `input-capture/src/libei.rs` (+1 -1) 📝 `input-capture/src/macos.rs` (+2 -3) 📝 `input-capture/src/wayland.rs` (+1 -1) 📝 `input-capture/src/windows.rs` (+3 -3) 📝 `input-capture/src/x11.rs` (+1 -1) ➕ `input-emulation/Cargo.toml` (+47 -0) 📝 `input-emulation/src/dummy.rs` (+1 -1) 📝 `input-emulation/src/error.rs` (+0 -0) 📝 `input-emulation/src/lib.rs` (+57 -17) 📝 `input-emulation/src/libei.rs` (+8 -8) 📝 `input-emulation/src/macos.rs` (+7 -7) 📝 `input-emulation/src/windows.rs` (+3 -5) 📝 `input-emulation/src/wlroots.rs` (+2 -2) 📝 `input-emulation/src/x11.rs` (+1 -1) _...and 14 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:21 -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#306
No description provided.