slint/internal/compiler
2023-06-28 14:22:30 +02:00
..
generator Clippy polish 2023-06-28 14:22:30 +02:00
LICENSES Add licenses symlinks 2023-06-26 13:12:29 +02:00
llr Clippy polish 2023-06-28 14:22:30 +02:00
parser Clippy polish 2023-06-28 14:22:30 +02:00
parser-test-macro Bump version number to 1.1.1 2023-06-26 12:50:02 +00:00
passes Clippy polish 2023-06-28 14:22:30 +02:00
tests Do automatic clippy fixes 2023-06-28 14:22:30 +02:00
widgets Bump version number to 1.1.1 2023-06-26 12:50:02 +00:00
build.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
builtin_macros.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
builtins.slint Remove the NativeSwitch 2023-06-23 11:02:46 +02:00
Cargo.toml Bump version number to 1.1.1 2023-06-26 12:50:02 +00:00
diagnostics.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
embedded_resources.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
expression_tree.rs Clippy polish 2023-06-28 14:22:30 +02:00
fileaccess.rs Clippy polish 2023-06-28 14:22:30 +02:00
generator.rs Clippy polish 2023-06-28 14:22:30 +02:00
langtype.rs Clippy polish 2023-06-28 14:22:30 +02:00
layout.rs Clippy polish 2023-06-28 14:22:30 +02:00
lexer.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
lib.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
literals.rs Clippy polish 2023-06-28 14:22:30 +02:00
llr.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
load_builtins.rs Merge absolute-x and absolute-y "virtual" properties into absolute-position (#2942) 2023-06-21 08:17:57 +02:00
lookup.rs Clippy polish 2023-06-28 14:22:30 +02:00
namedreference.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
object_tree.rs Clippy polish 2023-06-28 14:22:30 +02:00
parser.rs Support for @rust-attr on enums 2023-06-19 22:40:49 +02:00
passes.rs Clippy polish 2023-06-28 14:22:30 +02:00
README.md Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
typeloader.rs Clippy polish 2023-06-28 14:22:30 +02:00
typeregister.rs Merge absolute-x and absolute-y "virtual" properties into absolute-position (#2942) 2023-06-21 08:17:57 +02:00

The Slint Compiler Library

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.