slint/internal/compiler
Simon Hausmann f1dae75d53 Fix interpreter ffi build
Commit 738ac0dc01 increased the size of the ImageInner::StaticTextures variant,
which breaks the size assertions in the interpreter ffi build.

This changes fixes that by reducing the size of the ImageInner variant again by
moving all the fields into a separate struct.
2022-03-03 14:04:45 +01:00
..
generator Fix interpreter ffi build 2022-03-03 14:04:45 +01:00
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
llr Support for referring to other globals from globals 2022-02-28 10:14:34 +01:00
parser Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
parser-test-macro Bump version number to 0.2.1 2022-02-10 16:25:28 +01:00
passes mcu: scale images at compile time (#966) 2022-03-03 13:28:47 +01:00
tests Test style error when creating TypeLoader 2022-02-15 13:55:50 +01:00
widgets Export the input-type from the LineEdit 2022-03-02 21:55:49 +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 Add focus and keyboard control to native/qt spinbox 2022-03-02 17:51:31 +01:00
Cargo.toml Bump fontdue dependency 2022-02-26 14:36:15 +01:00
diagnostics.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
embedded_resources.rs mcu: scale images at compile time (#966) 2022-03-03 13:28:47 +01:00
expression_tree.rs Begin rasterizing glyphs for glyph embedding 2022-02-15 15:52:24 +01:00
fileaccess.rs Scan for style files in the include directories 2022-02-15 13:55:50 +01:00
generator.rs Mark constant properties of parent native type as such 2022-02-18 17:40:17 +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 mcu: scale images at compile time (#966) 2022-03-03 13:28:47 +01:00
literals.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
llr.rs Count the uses of property, and do not generate properties that are not used 2022-02-17 16:25:48 +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 Begin rasterizing glyphs for glyph embedding 2022-02-15 15:52:24 +01:00
parser.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
passes.rs mcu: scale images at compile time (#966) 2022-03-03 13:28: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 Let's not hard-code the list of styles 2022-02-15 13:55:50 +01:00
typeregister.rs Add an option to draw *'s instead of characters for password fields 2022-03-02 15:47:32 +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.