magmar 0.2.0

A plotter viewer that receives data from stdin and plots it in real time
# 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 = "magmar"
version = "0.2.0"
authors = ["Matheus T. dos Santos <matheuswhite1@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A plotter viewer that receives data from stdin and plots it in real time"
readme = false
license = "MIT"

[[bin]]
name = "magmar"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.60"
features = ["derive"]

[dependencies.ggez]
version = "0.9.3"

[dependencies.image]
version = "0.24"
features = ["png"]
default-features = false