keyseq_macros 0.1.0

Specify key chords using `ctrl-A` short-hand macros
Documentation
[dependencies.proc-macro-error]
default-features = false
version = "1.0.4"

[dependencies.proc-macro2]
version = "1.0.69"

[dependencies.quote]
version = "1.0"

[dependencies.version-sync]
version = "0.9"

[features]
bevy = []
bevy-input-sequence = []
default = ["strict-order"]
poor = []
strict-order = []
winit = []

[lib]
proc-macro = true

[package]
authors = ["Shane Celis <shane.celis@gmail.com>"]
categories = ["input", "gui"]
description = "Specify key chords using `ctrl-A` short-hand macros"
edition = "2021"
keywords = ["keyboard", "bevy", "winit", "hotkey"]
license = "MIT OR Apache-2.0"
name = "keyseq_macros"
readme = "README.md"
repository = "https://github.com/shanecelis/keyseq"
version = "0.1.0"