slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann 16a7585d07 Hack to make the demos start up with latest macOS and GL backend
The fallback list has changed slightly and it appears that SIP is
slowing down reading ~75MB font files.

This is sub-optimal though, font-kit shouldn't assert on certain fonts
and it should really mmap fonts instead of
reading them into memory.
2021-02-03 08:55:44 +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 Hack to make the demos start up with latest macOS and GL backend 2021-02-03 08:55:44 +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 Prepare for using graphics::Brush in the rendering backends 2021-02-03 08:39:53 +01:00
svg.rs Include SVG support also in the wasm build 2021-01-28 21:24:07 +01:00