slint/scripts
Simon Hausmann 6d968aa329 Extract the FemtoVG renderer into a separate crate
This will be needed for a future experiment. Unlike the Skia renderer,
which operates on raw window handles, the FemtoVG renderer exposes a
different interface where it assumes that the caller takes care of the
OpenGL context state. This means more boilerplate remains in the winit
backend, including the glutin dependency. The upside is that it will
allow using the FemtoVG renderer in environments without glutin.

In order to work in an environment without fontconfig or memmap, the
crate has two features:

  - fontconfig (set when we anticipate fontconfig to be available at
    run-time and libloading being available at compile time).
  - diskfonts (set when we want to be able to load fonts from disk)

The winit crate enables fontconfig on "Linux" and diskfonts on !wasm.
2023-03-06 11:45:28 +01:00
..
prepare_binary_package.sh Fix cargo-about for binary packages, part 2 2023-02-24 14:25:49 +01:00
prepare_vscode_nightly.sh Declare the Slint VS code extension as stable 2023-02-09 10:22:34 +01:00
publish.sh Extract the FemtoVG renderer into a separate crate 2023-03-06 11:45:28 +01:00