slint/api/rs
Simon Hausmann caa42d82c6 Fix compilation of generated Rust code when token stream contains single-quoted semicolon
When using glyph embedding, we generate a character map where each code
point is a literal char.  When the font contains a semicolon and we
generate an entry for that, we write ';' and the CodeFormatter would
think the semicolon is the end of a statement and produce a newline.
That breaks the build of the generated code. Instead teach the formatter
also about single-quoted string literals.
2022-06-28 18:20:12 +02:00
..
build Fix compilation of generated Rust code when token stream contains single-quoted semicolon 2022-06-28 18:20:12 +02:00
macros Bump version number to 0.2.5 2022-05-09 16:16:00 +00:00
slint Basic Slint accessibility support (#1294) 2022-06-08 20:42:10 +02:00