slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann f087cc18bc Remove extern "C" functions from wasm module
We don't need these functions and their export. They account for ~20kb in
the optimized .wasm - plus JS glue code.
2021-02-26 17:04:49 +01:00
..
fonts Implement basic font fallbacks for WASM and macOS 2021-01-14 08:53:14 +01:00
Cargo.toml Small image handling cleanup 2021-02-10 20:36:32 +01:00
eventloop.rs Handle Esc in the GL backend 2021-02-08 09:00:09 +01:00
fonts.rs Add API to the wasm interpreter to download and register fonts 2021-02-17 15:21:30 +01:00
graphics_window.rs Clean up image size determination in the rendering backend 2021-02-10 17:34:29 +01:00
images.rs Some debugging aide 2021-02-15 20:15:35 +01:00
lib.rs Remove extern "C" functions from wasm module 2021-02-26 17:04:49 +01:00
svg.rs GL: Fix rendering of scaled SVG for which height > width 2021-02-16 10:42:13 +01:00