1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 22:33:52 +03:00
wezterm/deps/freetype/Cargo.toml
Wez Furlong 7264030a28
fonts: adopt fixed crate for freetype fixed-point math
This found at least one bug and should prevent future bugs.
2023-08-20 15:19:30 -07:00

14 lines
247 B
TOML

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "freetype"
version = "0.1.0"
edition = "2018"
links = "freetype"
build = "build.rs"
[dependencies]
fixed = "1.23"
[build-dependencies]
cc = {version="1.0", features = ["parallel"]}