font8x8 0.3.1

8x8 monochrome bitmap font for rendering.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[features]
default = ["unicode", "std"]
std = []
unicode = []

[package]
authors = ["Joaquin Rosales <casabenita7@gmail.com>", "Philipp Oppermann <dev@phil-opp.com>", "Jonathan Pallant <github@thejpster.org.uk>"]
categories = ["no-std", "rendering"]
description = "8x8 monochrome bitmap font for rendering."
homepage = "https://gitlab.com/saibatizoku/font8x8-rs"
keywords = ["font", "8bit", "8-bit", "bitmap", "monochrome"]
license = "MIT"
name = "font8x8"
readme = "README.md"
repository = "https://gitlab.com/saibatizoku/font8x8-rs"
version = "0.3.1"