slint/internal/common
2023-11-02 12:16:40 +01:00
..
LICENSES reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00
sharedfontdb Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
builtin_structs.rs Android: handle InputEvent::TextEvent 2023-11-02 12:16:40 +01:00
Cargo.toml janitor: Use workspace dependnecies for the slint crates 2023-09-25 16:34:16 +02:00
enums.rs janitor: Go over our spell checking setup 2023-10-16 09:01:51 +02:00
key_codes.rs WIP: some polish over the winit update to 0.29 2023-10-23 14:22:48 +02:00
lib.rs Change alias to the native style depending on the platform 2023-09-29 17:05:10 +02:00
README.md reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00
sharedfontdb.rs Fix typo 2023-09-02 11:34:44 +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.