bdf 0.2.1

BDF format handling.
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name    = "bdf"
version = "0.2.1"

authors = ["meh. <meh@schizofreni.co>"]
license = "WTFPL"

description = "BDF format handling."
repository  = "https://github.com/meh/rust-bdf"
keywords    = ["font", "bdf"]

[dependencies]
bit-set = "*"