bmf-parser 0.0.2

read BMFont binary files
Documentation
[dependencies.byteorder]
version = "1.4"

[lib]
name = "bmf_parser"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development"]
description = "read BMFont binary files"
edition = "2024"
keywords = ["game", "font", "bmfont"]
license = "MIT"
name = "bmf-parser"
readme = "README.md"
repository = "https://github.com/piot/bmf-parser"
version = "0.0.2"

[[test]]
name = "read"
path = "tests/read.rs"

[[test]]
name = "text"
path = "tests/text.rs"