docs.rs failed to build aumate-0.2.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
aumate-0.2.8
Aumate
Cross-platform desktop automation library with GUI support, built in Rust.
Features
- Input Control - Mouse and keyboard automation via
enigoandrdev - Screen Capture - Screenshot functionality via
xcap - Clipboard - Text and image clipboard operations via
arboard - Window Management - Find and manage windows via
active-win-pos-rs - GUI Framework - Floating window system with effects via
winit,wgpu, andegui
Installation
Add to your Cargo.toml:
[]
= "0.1"
Feature Flags
Enable only what you need:
[]
# Core automation only (no GUI)
= { = "0.1", = false, = ["input", "screen", "clipboard", "window"] }
# Full GUI support (default)
= "0.1"
Available features:
input- Mouse and keyboard controlscreen- Screen captureclipboard- Clipboard operationswindow- Window managementgui- Full GUI framework with effects (includes screen and clipboard)
Quick Start
use *;
GUI Framework
Aumate includes a powerful GUI framework for creating floating windows with visual effects:
- 18 particle effect presets (Aurora Wave, Matrix Rain, Fire Glow, etc.)
- Animation system with easing functions
- Screenshot mode with selection overlay
- Menu bar and system tray support
Platform Support
| Platform | Status |
|---|---|
| macOS | Full support |
| Windows | Full support |
| Linux | Requires X11/Wayland dependencies |
Linux Dependencies
# Ubuntu/Debian
# Fedora
License
MIT License - see LICENSE for details.