slint/internal/compiler
2024-10-23 09:12:30 +02:00
..
generator Support for changed callback in global 2024-10-22 09:26:48 +02:00
LICENSES
llr Support for changed callback in global 2024-10-22 09:26:48 +02:00
lookup
parser Fix parsing of unfinished import statement 2024-10-22 09:35:46 +02:00
parser-test-macro
passes Fix compiler warning about unused function 2024-10-23 09:12:30 +02:00
tests Fix panic when a layout constraint has an Expression::Invalid as binding 2024-10-22 09:35:57 +02:00
widgets Implement accessible-delegate-focus for the AccessKit backend 2024-10-22 12:54:00 +02:00
build.rs
builtin_macros.rs
builtins.slint
Cargo.toml WIP: Being adding support for generating SDF glyphs 2024-10-23 09:12:30 +02:00
diagnostics.rs
embedded_resources.rs WIP: Being adding support for generating SDF glyphs 2024-10-23 09:12:30 +02:00
expression_tree.rs
fileaccess.rs
generator.rs
langtype.rs
layout.rs Fix panic when a layout constraint has an Expression::Invalid as binding 2024-10-22 09:35:57 +02:00
lexer.rs
lib.rs WIP: Being adding support for generating SDF glyphs 2024-10-23 09:12:30 +02:00
literals.rs
llr.rs
load_builtins.rs
lookup.rs
namedreference.rs
object_tree.rs
parser.rs
passes.rs
pathutils.rs
README.md
typeloader.rs slintpad: Fix loading of additinal slint files 2024-10-21 15:00:55 +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.