psf 0.2.0

Allow to read psf fonts, including (optionally) zipped ones
Documentation
[dependencies.flate2]
optional = true
version = "1.0.x"

[features]
default = ["unzip"]
unzip = ["flate2"]

[package]
authors = ["Piotr Zaczkowski <pzaczkowski@protonmail.com>"]
description = "Allow to read psf fonts, including (optionally) zipped ones"
documentation = "https://docs.rs/psf/"
edition = "2018"
keywords = ["psf", "console", "font"]
license = "MIT"
name = "psf"
readme = "README.md"
repository = "https://github.com/zaczkows/psf"
version = "0.2.0"