# limnus-gamepad-gilrs 🧱 A [gilrs](https://gitlab.com/gilrs-project/gilrs) backend implementation for the Limnus game engine's gamepad system. This crate provides platform-native gamepad support using the gilrs library. ## ✨ Features - 🎮 Native gamepad support via gilrs - 🔄 Automatic mapping of controller inputs - 🔌 Hot-plugging support - 🌍 Cross-platform compatibility - Windows - Linux - MacOS - Wasm 🎯 Force feedback support not implemented. ## 📦 Installation Add to your `Cargo.toml`: ```toml [dependencies] limnus-gamepad-gilrs = "0.0.12" ``` ## License Licensed under the MIT License. See [LICENSE](LICENSE) in the project root for license information.