embassy-st7789v-plot 0.2.0

Moteur de tracé cartésien (X,Y) asynchrone pour ST7789V. Sans allocation, ring buffer fixe, grille et rendu double phase no_std.
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 = "embassy-st7789v-plot"
version = "0.2.0"
authors = ["Jorge Andre Castro <georgeandrec@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Moteur de tracé cartésien (X,Y) asynchrone pour ST7789V. Sans allocation, ring buffer fixe, grille et rendu double phase no_std."
documentation = "https://docs.rs/embassy-st7789v-plot"
readme = "README.md"
keywords = [
    "embassy",
    "st7789v",
    "plot",
    "oscilloscope",
    "no-std",
]
categories = [
    "embedded",
    "no-std",
    "hardware-support",
    "visualization",
]
license = "GPL-2.0-or-later"
repository = "https://github.com/jorgeandrecastro/embassy-st7789v"

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

[dependencies.embassy-st7789v]
version = "0.1"

[dependencies.embassy-st7789v-graphics]
version = "0.1"

[dependencies.embedded-hal]
version = "1.0"

[dependencies.embedded-hal-async]
version = "1.0"

[dependencies.embedded-trig-f32]
version = "0.1"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true