slint/internal/backends/gl
2022-07-06 09:58:14 +00:00
..
fonts Fix glyph embedding on Linux 2022-02-23 12:13:10 +01:00
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
Cargo.toml Bump version number to 0.2.6 2022-07-06 09:58:14 +00:00
event_loop.rs Add documentation to WinitWindow::size() and set_size(). 2022-06-30 10:59:33 +02:00
fonts.rs GL backend: reduce memory allocations for text rendering 2022-07-05 09:26:13 +02:00
glcontext.rs janitor: silence compiler warning 2022-02-09 11:01:18 +01:00
glrenderer.rs Clean up texture caching in the GL renderer (#1375) 2022-06-27 19:01:00 +02:00
glwindow.rs Rename init_*_items to register_component 2022-06-30 11:51:49 +02:00
images.rs Clean up texture caching in the GL renderer (#1375) 2022-06-27 19:01:00 +02:00
lib.rs wasm: Prevent wasted redraws with multiple post_events 2022-05-16 11:02:28 +02:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
stylemetrics.rs janitor: Run cargo clippy --fix 2022-05-22 11:59:00 +02:00
svg.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
wasm_input_helper.rs wasm: fix tab and back tab 2022-04-22 13:58:37 +02:00

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.