slint/api
Simon Hausmann c91a38cdce Add support for embedding data in generated C++ code
This allows compiling with SIXTYFPS_EMBED_RESOURCES=true and
images/fonts are embedded as inline variables.

Generated data is emitted into the header file as

   inline uint8_t sfps_embedded_resources_123[789] = {
       0x1, 0x2, 0x3,
   };
2021-10-05 15:05:50 +02:00
..
sixtyfps-cpp Add support for embedding data in generated C++ code 2021-10-05 15:05:50 +02:00
sixtyfps-node Bump version number to 0.1.3 2021-10-05 10:31:45 +00:00
sixtyfps-rs Bump version number to 0.1.3 2021-10-05 10:31:45 +00:00
sixtyfps-wasm-interpreter Bump version number to 0.1.3 2021-10-05 10:31:45 +00:00