sge_input 1.2.0

Input functionality for SGE
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "sge_input"
version = "1.2.0"
authors = ["Lily Lopes <joshrl@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Input functionality for SGE"
readme = false
license = "MIT"
repository = "https://github.com/LilyRL/sge"

[features]
clipboard = ["dep:arboard"]
gamepad = ["dep:gilrs"]
precise_cursor_movement = []

[lib]
name = "sge_input"
path = "src/lib.rs"

[dependencies.arboard]
version = "3.6.1"
optional = true

[dependencies.gilrs]
version = "0.11.1"
optional = true

[dependencies.glium]
version = "0.36.0"

[dependencies.glutin-winit]
version = "0.5.0"

[dependencies.log]
version = "0.4.28"

[dependencies.open]
version = "5.3.4"

[dependencies.sge_error_union]
version = "1.1.0"

[dependencies.sge_global]
version = "1.1.0"

[dependencies.sge_types]
version = "1.2.0"

[dependencies.sge_vectors]
version = "1.2.0"

[dependencies.winit]
version = "0.30"