slint/internal/compiler
2022-02-08 08:26:21 +01:00
..
generator Merge remote-tracking branch 'origin/wip/rename' 2022-02-08 07:29:41 +01:00
LICENSES [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
llr llr: Fix accessing members of ArrayIndex expressions 2022-02-06 11:26:24 +01:00
parser [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
parser-test-macro Rename internal crates and add a README.md to them 2022-02-07 13:12:48 +01:00
passes Update git repository URL 2022-02-08 08:26:21 +01:00
tests Update git repository URL 2022-02-08 08:26:21 +01:00
widgets Upload a bunch of versions of the logo 2022-02-03 11:54:05 +01:00
build.rs Rename environment variables 2022-02-02 13:35:07 +01:00
builtin_macros.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
builtins.slint Merge remote-tracking branch 'origin/master' into wip/rename 2022-02-04 16:47:20 +01:00
Cargo.toml Update git repository URL 2022-02-08 08:26:21 +01:00
diagnostics.rs Replace more .60 by .slint 2022-02-02 10:12:31 +01:00
embedded_resources.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
expression_tree.rs Replace more .60 by .slint 2022-02-02 10:12:31 +01:00
fileaccess.rs Rename environment variables 2022-02-02 13:35:07 +01:00
generator.rs Janitor: More clippy stuff 2022-01-31 20:59:45 +01:00
langtype.rs Rename two more pre-processor variables 2022-02-02 13:39:11 +01:00
layout.rs Rename internal crates and add a README.md to them 2022-02-07 13:12:48 +01:00
lexer.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
lib.rs Rename internal crates and add a README.md to them 2022-02-07 13:12:48 +01:00
literals.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
llr.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
load_builtins.rs Rename more occurences 2022-02-02 17:19:31 +01:00
lookup.rs Rename internal crates and add a README.md to them 2022-02-07 13:12:48 +01:00
namedreference.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
object_tree.rs Merge remote-tracking branch 'origin/wip/rename' 2022-02-08 07:29:41 +01:00
parser.rs Rename internal crates and add a README.md to them 2022-02-07 13:12:48 +01:00
passes.rs Merge remote-tracking branch 'origin/wip/rename' 2022-02-08 07:29:41 +01:00
README.md Rename internal crates and add a README.md to them 2022-02-07 13:12:48 +01:00
typeloader.rs Update git repository URL 2022-02-08 08:26:21 +01:00
typeregister.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01: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.