slint/internal/compiler
Tobias Hunger de4e195280
Rename internal crates and add a README.md to them
The README.md contains the warning that used to be in lib.rs.

Add README.md files to all internal crates

... pointing to the official public crate to use instead.

Rename internal crates

fixup: README files

fixup rename
2022-02-07 13:12:48 +01:00
..
generator Rename rust API 2022-02-02 13:26:35 +01:00
LICENSES [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
llr PropertyAnimation: Make iteration-count: n run animations n times 2022-02-04 10:42:25 +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 some .60 to .slint 2022-02-02 17:29:40 +01:00
tests Rename internal crates and add a README.md to them 2022-02-07 13:12:48 +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 Rename internal crates and add a README.md to them 2022-02-07 13:12:48 +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/master' into wip/rename 2022-02-04 16:47:20 +01:00
parser.rs Rename internal crates and add a README.md to them 2022-02-07 13:12:48 +01:00
passes.rs Rename sixtyfps_widgets.60 to std-widgets.slint 2022-02-01 18:58:54 +01:00
README.md Rename internal crates and add a README.md to them 2022-02-07 13:12:48 +01:00
typeloader.rs Rename rust API 2022-02-02 13:26:35 +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.