slint/internal/common
2024-04-08 08:41:47 +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 Rust codegen: fix compile if slint names matches internal names 2024-01-24 22:47:58 +01:00
Cargo.toml Fix svg loading on android after update of resvg 2024-01-23 23:04:59 +01:00
enums.rs Properly expose Switch as such in the accessibility tree 2024-04-08 08:41:47 +02:00
key_codes.rs feat: Add Key.Space to Key namespace. (#4311) 2024-01-10 16:25:31 +01:00
lib.rs janitor: manual cargo clippy fixes 2024-03-14 13:42:38 +01:00
README.md reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00
sharedfontdb.rs Fix wrong cfg statement 2024-02-29 13:39:45 +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.