[go: up one dir, main page]

crossfont 0.4.1

Cross platform native font loading and rasterization
Documentation
[dependencies.foreign-types]
version = "0.5"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[features]
force_system_fontconfig = ["servo-fontconfig/force_system_lib"]

[package]
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
categories = ["gui", "os"]
description = "Cross platform native font loading and rasterization"
documentation = "https://docs.rs/crossfont"
edition = "2021"
keywords = ["font"]
license = "Apache-2.0"
name = "crossfont"
readme = "README.md"
repository = "https://github.com/alacritty/crossfont.git"
resolver = "2"
rust-version = "1.56.0"
version = "0.4.1"
[target."cfg(not(any(target_os = \"macos\", windows)))".build-dependencies.pkg-config]
version = "0.3"
[target."cfg(not(any(target_os = \"macos\", windows)))".dependencies.freetype-rs]
version = "0.26"

[target."cfg(not(any(target_os = \"macos\", windows)))".dependencies.servo-fontconfig]
version = "0.5.1"
[target."cfg(target_os = \"macos\")".dependencies.cocoa]
version = "0.24"

[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.9"

[target."cfg(target_os = \"macos\")".dependencies.core-foundation-sys]
version = "0.8"

[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.22"

[target."cfg(target_os = \"macos\")".dependencies.core-text]
version = "19"
[target."cfg(windows)".dependencies.dwrote]
version = "0.11"

[target."cfg(windows)".dependencies.winapi]
features = ["impl-default"]
version = "0.3"