selection 0.1.0

Get the text selected by the cursor
Documentation
[package]
name = "selection"
authors = ["Pylogmon"]
description = "Get the text selected by the cursor"
repository = "https://github.com/pot-app/Selection"
keywords = ["selection", "linux", "windows", "macos"]
categories = ["gui"]
license = "GPL-3.0-only"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[target.'cfg(windows)'.dependencies]
windows = {version="0.44.0",features= ["Win32_UI_WindowsAndMessaging", "Win32_Foundation","Win32_System_Threading","Win32_UI_Input_KeyboardAndMouse","Win32_System_DataExchange","Win32_UI_Accessibility","Win32_System_Com"] }
enigo = "0.1.3"
arboard = "3.2.0"

[target.'cfg(target_os = "linux")'.dependencies]
x11-clipboard = "0.7.1"
wl-clipboard-rs = "0.7.0"