slint/internal/compiler
2024-04-22 13:06:05 +02:00
..
generator C++: add #pragma once to generated file 2024-04-22 13:06:05 +02:00
LICENSES Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
llr Accessibility: Add support for accessibility-action-* callback (#5073) 2024-04-16 15:02:25 +02:00
parser Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
parser-test-macro Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
passes Accessibility: Add support for accessibility-action-* callback (#5073) 2024-04-16 15:02:25 +02:00
tests Accessibility: Add support for accessibility-action-* callback (#5073) 2024-04-16 15:02:25 +02:00
widgets Accessibility: add accessible-label and accessible-set-value to LineEdit 2024-04-16 15:50:53 +02:00
build.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
builtin_macros.rs Polish the C++ and Rust HSV API 2024-04-15 18:18:00 +02:00
builtins.slint Show focus for NativeComboBox 2024-04-15 15:25:23 +02:00
Cargo.toml Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
diagnostics.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
embedded_resources.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
expression_tree.rs Convert to struct field access and make HsvColor public 2024-04-15 18:18:00 +02:00
fileaccess.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
generator.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
langtype.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
layout.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
lexer.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
lib.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
literals.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
llr.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
load_builtins.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
lookup.rs Polish the C++ and Rust HSV API 2024-04-15 18:18:00 +02:00
namedreference.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
object_tree.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
parser.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
passes.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
pathutils.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
README.md Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
typeloader.rs Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
typeregister.rs Accessibility: Add support for accessibility-action-* callback (#5073) 2024-04-16 15:02:25 +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.