# 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 = "2021" name = "pixelfoo-viewer" version = "0.1.1" authors = ["Juergen Stuber "] description = "Viewer for pixelfoo frame streams." homepage = "https://codeberg.org/poc/pixelfoo-viewer.git" readme = "README.md" keywords = [ "led", "led-matrix", "neopixel", "smart-leds", "graphics", ] categories = ["graphics"] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/poc/pixelfoo-viewer.git" [dependencies.clap] version = "4.2.1" features = [ "std", "help", "usage", "suggestions", "error-context", "derive", ] default-features = false [dependencies.piston] version = "0.53.2" [dependencies.piston2d-graphics] version = "0.43.0" [dependencies.piston2d-opengl_graphics] version = "0.82.0" [dependencies.piston_window] version = "0.128.0" [dependencies.pistoncore-glutin_window] version = "0.71.0"