slint/internal/common
Simon Hausmann 8cdbbd7bdc common: switch to 2024
No changes needed, just reformatting.
2025-11-13 15:59:32 +01:00
..
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
sharedfontique feature/fontique: Remove fontdb, adapt glyph embedding code (#9434) 2025-09-24 16:54:09 +02:00
builtin_structs.rs Add Touch events in WindowEvent (#9858) 2025-10-28 10:11:27 +01:00
Cargo.toml common: switch to 2024 2025-11-13 15:59:32 +01:00
color_parsing.rs Move named color & color literal parsing to slint common (#9981) 2025-11-10 08:39:28 +00:00
enums.rs Add stroke-line-join for Path (#9912) 2025-11-03 10:25:04 +01:00
key_codes.rs Add support for the Back key on Android (#9172) 2025-08-21 22:08:46 +02:00
lib.rs common: switch to 2024 2025-11-13 15:59:32 +01:00
README.md Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
sharedfontique.rs compiler: Fix font family fallback handling when embedding glyphs and the specified default font family could not be found in the system 2025-10-31 16:39:05 +08: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.