slint/internal/core
2023-04-06 17:06:46 +02:00
..
graphics Update resvg dependency 2023-03-28 15:55:27 +02:00
items Review the items that should have a stretch of 1 in a layout 2023-03-24 11:15:05 +01:00
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
model Remove some deprecated stuff 2023-01-26 11:19:21 +01:00
properties Use Property<LogicalLength> instead of Property<Coord> 2022-10-24 12:49:37 +02:00
software_renderer Update fontdb since resvg depends on the newer one 2023-03-28 15:55:27 +02:00
textlayout Update fontdb since resvg depends on the newer one 2023-03-28 15:55:27 +02:00
accessibility.rs Button: Implement support to make the Button a toggle (#1384) 2022-07-08 16:17:06 +02:00
animations.rs janitor: use the new default attribute for enums 2022-12-05 10:20:39 +01:00
api.rs Don't use old syntax in docs 2023-04-06 17:06:46 +02:00
callbacks.rs Fix rustdoc warnings with nightly 2022-10-12 17:29:46 +02:00
Cargo.toml Update fontdb since resvg depends on the newer one 2023-03-28 15:55:27 +02:00
component.rs Introduce error handling in the FemtoVG and Skia renderers (#2402) 2023-03-24 14:18:11 +01:00
graphics.rs Move the box shadow cache helpers to core::graphics::boxshadowcache 2022-12-09 09:03:27 +01:00
input.rs clippy: Fix clippy warnings 2023-03-09 09:35:29 +01:00
item_focus.rs Basic Slint accessibility support (#1294) 2022-06-08 20:42:10 +02:00
item_rendering.rs Fix using the software renderer with the native style 2023-03-24 16:29:21 +01:00
item_tree.rs clippy: Fix clippy warnings 2023-03-09 09:35:29 +01:00
items.rs Review the items that should have a stretch of 1 in a layout 2023-03-24 11:15:05 +01:00
layout.rs Fix Coord casting logic 2023-03-30 09:37:56 +02:00
lengths.rs Change Item::geometry() to return a LogicalRect 2022-10-13 17:02:18 +02:00
lib.rs Rust: Make new(), run() and show() report errors from the backend 2023-02-10 05:00:03 +01:00
model.rs Mark StandardListViewItem and TableColumn as #[non_exhaustive] 2023-03-18 09:04:48 +01:00
platform.rs We must update animations before the timers 2023-02-17 15:27:43 +01:00
properties.rs Fix crash when a state condition is detected as constant 2023-02-24 16:43:48 +01:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
renderer.rs Introduce error handling in the FemtoVG and Skia renderers (#2402) 2023-03-24 14:18:11 +01:00
rtti.rs Add StandardTableView widget (#2032) 2023-01-12 19:41:12 +01:00
sharedvector.rs Remove some deprecated stuff 2023-01-26 11:19:21 +01:00
slice.rs Add env variable to put data into a different section 2022-06-18 20:00:21 +02:00
software_renderer.rs Add a feature to enable system fonts with the software renderer 2023-03-28 11:33:44 +02:00
string.rs Implement From<char> for SharedString 2022-11-15 10:34:17 +01:00
tests.rs Change WindowEvent::KeyPressed/Released to use a SharedString instead of a char (#2148) 2023-01-31 15:44:54 +01:00
textlayout.rs clippy: Fix clippy warnings 2023-03-09 09:35:29 +01:00
timers.rs Fix the slint_mock_elapsed_time when not using the testing backend 2022-09-16 19:14:15 +02:00
unsafe_single_threaded.rs Rename and expose the unsafe-single-threaded feature 2022-08-25 16:47:53 +02:00
window.rs Introduce error handling in the FemtoVG and Skia renderers (#2402) 2023-03-24 14:18:11 +01:00

Slint Runtime 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.