slint/internal/compiler
Olivier Goffart 12820c809f compiler: enable use of internal features when the experimental flag is set
This allow to preview/edit the widgets with the lsp's preview when the
experimental mode is enabled
2024-08-20 18:02:39 +02:00
..
generator Compile the multiple-includes test with a header-only build of appwindow.slint 2024-08-20 15:53:24 +02:00
LICENSES
llr Timer Element 2024-08-16 16:36:38 +02:00
lookup Replace compiler dependency on css-color-parser crate 2024-07-29 13:13:53 +02:00
parser Experimental support for named callback parameters 2024-08-19 14:10:01 +02:00
parser-test-macro
passes Fixup children insertion point in the flickable 2024-08-19 16:27:11 +02:00
tests Experimental support for named callback parameters 2024-08-19 14:10:01 +02:00
widgets Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
build.rs
builtin_macros.rs Make conversion from float to int property truncate 2024-08-10 14:51:05 +02:00
builtins.slint Timer Element 2024-08-16 16:36:38 +02:00
Cargo.toml Speed up glyph embedding in the compiler 2024-08-13 16:08:24 +02:00
diagnostics.rs
embedded_resources.rs
expression_tree.rs Timer Element 2024-08-16 16:36:38 +02:00
fileaccess.rs Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
generator.rs C++: Make it possible to split up the C++ code generated for a .slint file 2024-08-20 15:53:24 +02:00
langtype.rs Timer Element 2024-08-16 16:36:38 +02:00
layout.rs
lexer.rs
lib.rs When the slint scale factor is provided at compile time, propagate it also as initial value to the slint::Window created 2024-08-14 11:00:50 +02:00
literals.rs
llr.rs
load_builtins.rs Experimental support for named callback parameters 2024-08-19 14:10:01 +02:00
lookup.rs Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
namedreference.rs
object_tree.rs Experimental support for named callback parameters 2024-08-19 14:10:01 +02:00
parser.rs Experimental support for named callback parameters 2024-08-19 14:10:01 +02:00
passes.rs Timer Element 2024-08-16 16:36:38 +02:00
pathutils.rs
README.md
typeloader.rs compiler: enable use of internal features when the experimental flag is set 2024-08-20 18:02:39 +02:00
typeregister.rs

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.