[package] name = "acrylic-png" version = "0.1.30" edition = "2021" authors = [ "Nathan ROYER " ] description = "debug acrylic apps by rendering to a PNG image" license = "MIT" keywords = [ "acrylic", "debugging" ] categories = [ "debugging" ] repository = "https://github.com/NathanRoyer/acrylic" readme = "../README.md" [dependencies] acrylic = { version = "0.1.30", path = "../acrylic" } png = "0.17"