[package] name = "ilda" version = "0.2.0" authors = [ "Brandon Thomas ", "Brandon Thomas " ] description = "A library for reading ILDA laser projection display files." keywords = [ "ILDA", "laser", "projector", "projection", "graphics" ] license = "BSD-4-Clause" readme = "README.md" repository = "https://github.com/echelon/ilda.rs" documentation = "https://docs.rs/ilda" [lib] name = "ilda" path = "src/lib.rs" [dependencies] point = "0.3" [dev-dependencies] image = "0.10.*"