slint/internal/common
Simon Hausmann bd0a486da8 Clean up cfgs for Apple operating systems
Replace ios specific cfgs with "apple but not macOS", dubbed
ios_and_friends, so that we also cover iPadOS, etc.. What those have in
common is that they don't have user-resizable windows. (We might want to
add visionOs in the future)

Also, simplify a few macos or ios cfgs with just target_vendor =
"apple", for what applies to all the operating systems.
2025-05-09 20:54:47 +02:00
..
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
sharedfontdb Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
builtin_structs.rs Menu: Add enabled property (#8145) 2025-04-15 08:08:11 +02:00
Cargo.toml Clean up cfgs for Apple operating systems 2025-05-09 20:54:47 +02:00
enums.rs Improve default accessibility of TextInput elements 2025-02-20 13:44:16 +01:00
key_codes.rs Fix path in comment for key mappings 2025-02-07 16:45:01 +01:00
lib.rs Introduce MenuSeparator 2025-04-02 11:50:45 +02:00
README.md Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
sharedfontdb.rs Clean up cfgs for Apple operating systems 2025-05-09 20:54:47 +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.