24 lines
720 B
TOML
24 lines
720 B
TOML
[package]
|
|
name = "pixelfoo-viewer"
|
|
version = "0.1.0"
|
|
authors = ["Juergen Stuber <juergen@jstuber.net>"]
|
|
description = "Viewer for pixelfoo frame streams."
|
|
homepage = "https://codeberg.org/poc/pixelfoo-viewer.git"
|
|
repository = "https://codeberg.org/poc/pixelfoo-viewer.git"
|
|
keywords = ["led", "led-matrix", "neopixel", "smart-leds", "graphics"]
|
|
categories = ["graphics"]
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
piston = "0.53.2"
|
|
piston2d-graphics = "0.43.0"
|
|
piston2d-opengl_graphics = "0.82.0"
|
|
piston_window = "0.128.0"
|
|
pistoncore-glutin_window = "0.71.0"
|
|
|
|
[dependencies.clap]
|
|
version = "4.2.1"
|
|
default-features = false
|
|
features = ["std", "help", "usage", "suggestions", "error-context", "derive"]
|