slint/internal/backends/gl
Olivier Goffart 575665994a GL backend: don't force every window to be redrawn in case of animation
When the animation tick occurs, the tracker will tell winit to repaint
the relevant window already.
2022-03-23 17:43:48 +01: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 Wasm GL backend: use a <input> element so it show the keyboard on mobile 2022-03-22 13:33:31 +01:00
event_loop.rs GL backend: don't force every window to be redrawn in case of animation 2022-03-23 17:43:48 +01:00
fonts.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
glcontext.rs janitor: silence compiler warning 2022-02-09 11:01:18 +01:00
glwindow.rs Wasm GL backend: use a <input> element so it show the keyboard on mobile 2022-03-22 13:33:31 +01:00
images.rs Implement correct opacity for the GL backend 2022-03-18 16:35:26 +01:00
lib.rs Released unused opacity layers 2022-03-23 17:37:27 +01:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
stylemetrics.rs Build the backends without rtti unless needed (#1001) 2022-03-01 18:37:07 +01:00
svg.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
wasm_input_helper.rs Wasm: When getting native callback, make sure to call the winit event loop 2022-03-23 17:43:48 +01: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.