slint/internal/common
2022-05-04 12:32:58 +00:00
..
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
Cargo.toml Bump version number to 0.2.3 2022-05-04 12:32:58 +00:00
enums.rs Declare .slint enum in one place in i-slint-common 2022-04-14 19:17:48 +02:00
key_codes.rs Fix a bunch of documentation warnings 2022-04-26 12:47:34 +02: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.