embedded-draw-target 0.1.0

Readback and windowed-present capability traits for embedded-graphics draw targets
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.87"
name = "embedded-draw-target"
version = "0.1.0"
authors = ["Gerzain Mata <leftger@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Readback and windowed-present capability traits for embedded-graphics draw targets"
homepage = "https://github.com/leftger/embedded-draw-target"
documentation = "https://docs.rs/embedded-draw-target"
readme = "README.md"
keywords = [
    "embedded-graphics",
    "framebuffer",
    "embedded",
    "no_std",
    "dma",
]
categories = [
    "embedded",
    "no-std",
    "graphics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/leftger/embedded-draw-target"

[features]
default = ["framebuf"]
framebuf = ["dep:embedded-graphics-framebuf"]

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

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

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

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

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