slint/internal/common
2023-02-03 11:07:15 +01:00
..
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
Cargo.toml Bump version number to 1.0.0 2023-02-03 11:07:15 +01:00
enums.rs Rename PointerEventButton::None to PointerEventButton::Other 2023-01-26 13:36:54 +01:00
key_codes.rs Fix mapping of the control key when using Qt 2023-01-31 15:43:54 +01:00
lib.rs Declare .slint enum in one place in i-slint-common 2022-04-14 19:17:48 +02:00
README.md Fix extra identation in the README 2022-02-10 09:28:14 +01: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.