[dependencies]
[features]
default = ["std"]
std = []
[package]
authors = ["MnlPhlp <online@philipp-manuel.de>"]
categories = ["embedded", "no-std", "gui"]
description = "simple no-std compatible library to create a menu that can be cycled through and shown with custom input/output"
edition = "2021"
homepage = "https://github.com/MnlPhlp/cycle-menu"
keywords = ["menu", "cycle", "embedded", "no-std"]
license = "MIT OR Apache-2.0"
name = "cycle-menu"
readme = "README.md"
repository = "https://github.com/MnlPhlp/cycle-menu"
version = "0.4.2"