slint/internal/compiler
Tobias Hunger 4230ac2572
Update copyright information to reflect name change
Also run resue over the codebase and fix complaints from that tool.
2022-02-09 10:27:47 +01:00
..
generator Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
LICENSES [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
llr Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
parser Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
parser-test-macro Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
passes Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
tests Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
widgets Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
build.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
builtin_macros.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
builtins.slint Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
Cargo.toml Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
diagnostics.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
embedded_resources.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
expression_tree.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
fileaccess.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
generator.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
langtype.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
layout.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
lexer.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
lib.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
literals.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
llr.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
load_builtins.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
lookup.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
namedreference.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
object_tree.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
parser.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
passes.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
typeloader.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
typeregister.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +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.