fcft 0.1.0

Bindings to fcft: library for font loading and glyph rasterization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2026 Hugo Osvaldo Barrera
#
# SPDX-License-Identifier: ISC

check:
	cargo check
	cargo fmt --check
	cargo clippy --all-targets --all
	cargo test  # includes examples and doctests
	cargo doc --no-deps  # fails on broken links

clean:
	cargo clean