Adding oxygengine_input_device_desktop library as a dependency

Run this command in a terminal, in your project's directory:

cargo add oxygengine-input-device-desktop

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

oxygengine-input-device-desktop = "0.46.1"

The oxygengine_input_device_desktop library will be automatically available globally. Read the oxygengine_input_device_desktop library documentation.

Back to the crate overview.