ilda 0.0.6

A library for reading ILDA laser projection display files.
Documentation
[package]
  name = "ilda"
  version = "0.0.6"
  authors = [ "Brandon Thomas <bt@brand.io>", "Brandon Thomas <echelon@gmail.com>" ]
  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]
  log = "0.3.*"

[dev-dependencies]
  image = "0.10.*"