# 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 = "simulate-lcd" version = "0.1.2" authors = ["Simon Varey "] description = "A simple library to simulate monochrome dot-matrix displays, such as monochrome LCD screens." readme = "README.md" categories = [ "graphics", "visualization", "multimedia::video", "rendering", "simulation", ] license = "Apache-2.0" repository = "https://github.com/simonvarey/simulate-lcd" [dependencies.sdl2] version = "0.35.2" [dev-dependencies.rand] version = "0.8.5" features = ["min_const_gen"]