slint/internal/common
2023-08-28 12:04:34 +02: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 Remove Rust/C++ type name sentence in StandardListViewItem docs 2023-08-03 15:54:54 +02:00
Cargo.toml Bump version number to 1.2.0 2023-07-25 10:44:53 +00:00
enums.rs Move widgets out of builtins/ and into its own section under the language reference 2023-08-15 12:04:43 +02:00
key_codes.rs linuxkms: update dependencies 2023-08-28 12:04:34 +02:00
lib.rs Refactoring: define macro rules to group builtin structs 2023-08-03 11:01:18 +02:00
README.md reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00
sharedfontdb.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +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.