0.12.1: Make collection of monospace fallback information optional

This commit is contained in:
Jeremy Soller 2024-07-31 10:02:11 -06:00
parent 4f31665805
commit 58c2ccd1fb
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
3 changed files with 32 additions and 13 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "cosmic-text"
description = "Pure Rust multi-line text handling"
version = "0.12.0"
version = "0.12.1"
authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
@ -38,6 +38,7 @@ features = ["hardcoded-data"]
[features]
default = ["std", "swash", "fontconfig"]
fontconfig = ["fontdb/fontconfig", "std"]
monospace_fallback = []
no_std = ["rustybuzz/libm", "hashbrown", "dep:libm"]
shape-run-cache = []
std = [