slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann 1f091cb1c0 Rename Rectangle.color to Rectangle.background
Add support for built-in property aliases and rename `color` to
`background` - in preparation for it also changing to type brush.

Right now the alias is silent, a deprecation and overall change
will come in a subsequent change.
2021-02-02 17:01:12 +01:00
..
fonts Implement basic font fallbacks for WASM and macOS 2021-01-14 08:53:14 +01:00
Cargo.toml Include SVG support also in the wasm build 2021-01-28 21:24:07 +01:00
eventloop.rs Fix regular key press event handling with winit 2021-01-23 10:11:57 +01:00
fonts.rs Improve application font support for WASM and simplify font handling 2021-01-28 21:47:52 +01:00
fonts_wasm.rs Implement basic font fallbacks for WASM and macOS 2021-01-14 08:53:14 +01:00
graphics_window.rs Fix custom scale factor in the GL backend 2021-01-19 09:57:00 +01:00
lib.rs Rename Rectangle.color to Rectangle.background 2021-02-02 17:01:12 +01:00
svg.rs Include SVG support also in the wasm build 2021-01-28 21:24:07 +01:00