slint/internal/compiler
2023-01-23 16:26:49 +01:00
..
generator Layouting: forward the implicit constraint from the children to the parent 2023-01-17 16:29:13 +01:00
LICENSES
llr Remove undocumented and dysfunctional PathLayout 2023-01-21 13:10:19 +01:00
parser Enable the new syntax by default 2023-01-07 14:18:10 +01:00
parser-test-macro Bump version number to 0.3.4 2022-12-16 09:36:15 +00:00
passes First stage of cleaning up the export handling of the slint root component (#2095) 2023-01-23 15:19:49 +01:00
tests First stage of cleaning up the export handling of the slint root component (#2095) 2023-01-23 15:19:49 +01:00
widgets StandardTableView resizable columns 2023-01-23 16:26:49 +01:00
build.rs
builtin_macros.rs
builtins.slint StandardTableView resizable columns 2023-01-23 16:26:49 +01:00
Cargo.toml Update resvg dependencies 2022-12-18 08:49:19 -08:00
diagnostics.rs Enable the new syntax by default 2023-01-07 14:18:10 +01:00
embedded_resources.rs
expression_tree.rs Fix conversions of array literal containing struct with array literal 2023-01-02 23:53:22 +01:00
fileaccess.rs
generator.rs
langtype.rs WIP: pure qualifier for callback and functions 2022-12-22 00:26:27 -08:00
layout.rs Remove undocumented and dysfunctional PathLayout 2023-01-21 13:10:19 +01:00
lexer.rs
lib.rs
literals.rs
llr.rs
load_builtins.rs Enable the new syntax by default 2023-01-07 14:18:10 +01:00
lookup.rs Error when mixing purity in callback aliases 2022-12-22 00:26:27 -08:00
namedreference.rs
object_tree.rs First stage of cleaning up the export handling of the slint root component (#2095) 2023-01-23 15:19:49 +01:00
parser.rs syntax_updater: also parse slint,no-preview code block in md files 2023-01-07 14:18:10 +01:00
passes.rs Updater: annotate pure to all function and callback that returns something 2022-12-22 00:26:27 -08:00
README.md
typeloader.rs
typeregister.rs WIP: pure qualifier for callback and functions 2022-12-22 00:26:27 -08: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.