slint/internal/compiler
Olivier Goffart 43a336b534 C++ part of element_ids
Simplify a bit the llr generation so that there is less code duplication
between Rust and C++
2024-06-05 01:29:58 -07:00
..
generator C++ part of element_ids 2024-06-05 01:29:58 -07:00
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
llr C++ part of element_ids 2024-06-05 01:29:58 -07:00
parser Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
parser-test-macro Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
passes WIP: Search by qualified element id 2024-06-05 01:29:58 -07:00
tests Add a warning if a PopupWindow is in a layout 2024-06-04 13:31:36 +02:00
widgets Bump version number to 1.7.0 2024-06-04 20:34:29 +00:00
build.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
builtin_macros.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
builtins.slint Add support for step-size to SpinBox rendered by the Qt style 2024-05-31 09:45:29 -07:00
Cargo.toml janitor: Use more workspace dependencies 2024-06-04 14:58:29 +02:00
diagnostics.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
embedded_resources.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
expression_tree.rs Don't optimize array 2024-06-04 15:24:36 +02:00
fileaccess.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
generator.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
langtype.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
layout.rs Add a warning if a PopupWindow is in a layout 2024-06-04 13:31:36 +02:00
lexer.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lib.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
literals.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
llr.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
load_builtins.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lookup.rs WIP: Search by qualified element id 2024-06-05 01:29:58 -07:00
namedreference.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
object_tree.rs C++ part of element_ids 2024-06-05 01:29:58 -07:00
parser.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
passes.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
pathutils.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
README.md Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
typeloader.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
typeregister.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +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.