slint/internal/backends/winit
Simon Hausmann 84c4f817f1 Fix resizing of the preview in SlintPad after selecting a new demo
I misread the spec about the name conversion for the DOMStringMap used in JS for the dataset
attribute and the name used in the DOM.
Both, the setting in preview_widget.ts as well as
reading it in windowadapter.rs counts as JavaScript access, so use camel case.

The old variant happened to work in Safari.

Amends 43234dafc5
2023-04-19 11:40:14 +02:00
..
LICENSES Extract the FemtoVG renderer into a separate crate 2023-03-06 11:45:28 +01:00
renderer Fix error messages when supplying invalid sizes to Skia and FemtoVG 2023-03-27 12:47:31 +02:00
build.rs Speed up Linux builds 2023-03-28 11:32:59 +02:00
Cargo.toml Bump version number to 1.0.1 2023-04-18 14:56:40 +00:00
event_loop.rs janitor: Rename GLWindow to WinitWindowAdapter 2023-04-05 11:04:19 +02:00
lib.rs janitor: Rename GLWindow to WinitWindowAdapter 2023-04-05 11:04:19 +02:00
README.md Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
wasm_input_helper.rs Wasm: don't print fake keys in input box 2023-03-09 10:46:03 +01:00
winitwindowadapter.rs Fix resizing of the preview in SlintPad after selecting a new demo 2023-04-19 11:40:14 +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.