slint/internal/common
Simon Hausmann c81a3f7b64 Remove yeslogic-fontconfig dependency
We need only 9 different functions from fontconfig and one data
structure.  We can do that interaction with libloading by hand and avoid
causing issues like servo/font-kit#212
2023-06-21 12:13:18 +02:00
..
LICENSES Move sharedfontdb from core to common 2023-05-23 08:26:03 +02:00
sharedfontdb Remove yeslogic-fontconfig dependency 2023-06-21 12:13:18 +02:00
Cargo.toml Remove yeslogic-fontconfig dependency 2023-06-21 12:13:18 +02:00
enums.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
key_codes.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
lib.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
README.md Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
sharedfontdb.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00

This crate contains internal data structures and code that is shared between the i-slint-core and the i-slint-compiler crates.

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.