embedded-gui 0.1.0

no_std GUI and HUD primitives for embedded-graphics displays
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"
rust-version = "1.85"
name = "embedded-gui"
version = "0.1.0"
authors = ["Gerzain Mata <leftger@gmail.com>"]
build = "build.rs"
exclude = [
    "docs/screenshots/*.gif",
    "docs/screenshots/*.png",
    "assets/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "no_std GUI and HUD primitives for embedded-graphics displays"
homepage = "https://github.com/leftger/embedded-gui"
documentation = "https://docs.rs/embedded-gui"
readme = "README.md"
keywords = [
    "embedded-graphics",
    "gui",
    "hud",
    "embedded",
    "no_std",
]
categories = [
    "embedded",
    "gui",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/leftger/embedded-gui"

[features]
default = ["std"]
image-decode = ["std"]
libm = ["dep:libm"]
micromath = ["dep:micromath"]
std = []

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

[[example]]
name = "animation_dirty_showcase"
path = "examples/animation_dirty_showcase.rs"

[[example]]
name = "animation_kitchen_sink_showcase"
path = "examples/animation_kitchen_sink_showcase.rs"

[[example]]
name = "animation_motion_showcase"
path = "examples/animation_motion_showcase.rs"

[[example]]
name = "capture_cinematic_showcase"
path = "examples/capture_cinematic_showcase.rs"

[[example]]
name = "cinematic_peek_glance_carddeck_showcase"
path = "examples/cinematic_peek_glance_carddeck_showcase.rs"

[[example]]
name = "complex_layout_showcase"
path = "examples/complex_layout_showcase.rs"

[[example]]
name = "core_primitives_parity_showcase"
path = "examples/core_primitives_parity_showcase.rs"

[[example]]
name = "dashboard_app"
path = "examples/dashboard_app.rs"

[[example]]
name = "embedded_3dgfx_overlay"
path = "examples/embedded_3dgfx_overlay.rs"

[[example]]
name = "event_dispatch_showcase"
path = "examples/event_dispatch_showcase.rs"

[[example]]
name = "feed_timeline_showcase"
path = "examples/feed_timeline_showcase.rs"

[[example]]
name = "font_text_model_showcase"
path = "examples/font_text_model_showcase.rs"

[[example]]
name = "form_flow_showcase"
path = "examples/form_flow_showcase.rs"

[[example]]
name = "generate_readme_screenshots"
path = "examples/generate_readme_screenshots.rs"

[[example]]
name = "input_gesture_drag_repeat_showcase"
path = "examples/input_gesture_drag_repeat_showcase.rs"

[[example]]
name = "interaction_semantics_showcase"
path = "examples/interaction_semantics_showcase.rs"

[[example]]
name = "long_press_input_showcase"
path = "examples/long_press_input_showcase.rs"

[[example]]
name = "menu_contract_showcase"
path = "examples/menu_contract_showcase.rs"

[[example]]
name = "notification_primitives_showcase"
path = "examples/notification_primitives_showcase.rs"

[[example]]
name = "raw_key_input_showcase"
path = "examples/raw_key_input_showcase.rs"

[[example]]
name = "simulator_menu"
path = "examples/simulator_menu.rs"

[[example]]
name = "state_surface_showcase"
path = "examples/state_surface_showcase.rs"

[[example]]
name = "text_layout_showcase"
path = "examples/text_layout_showcase.rs"

[[example]]
name = "timeline_transition_showcase"
path = "examples/timeline_transition_showcase.rs"

[[example]]
name = "visual_quality_showcase"
path = "examples/visual_quality_showcase.rs"

[[example]]
name = "widgets_showcase"
path = "examples/widgets_showcase.rs"

[[test]]
name = "gui"
path = "tests/gui.rs"

[dependencies.embedded-graphics-core]
version = "0.4.1"

[dependencies.heapless]
version = "0.9"

[dependencies.libm]
version = "0.2"
optional = true

[dependencies.micromath]
version = "2.1"
optional = true

[dev-dependencies.embedded-graphics]
version = "0.8"

[dev-dependencies.embedded-graphics-framebuf]
version = "0.3"

[dev-dependencies.embedded-graphics-simulator]
version = "0.8"

[dev-dependencies.nalgebra]
version = "0.34"
features = ["std"]
default-features = false