slint/internal/common
2024-04-26 13:16:19 +02:00
..
LICENSES Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
sharedfontdb Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
builtin_structs.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
Cargo.toml Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
enums.rs Add text stroke properties to Text element 2024-04-26 13:16:19 +02:00
key_codes.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
lib.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
README.md Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
sharedfontdb.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +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.