slint/sixtyfps_runtime
Simon Hausmann 379e645c80 Replace arena allocator
Use slab instead of the deprecated vec_arena, both of which appear to
use the same Vec based storage of an enum that's either the entry or an
index to the next free slot.
2021-05-12 11:25:50 +02:00
..
corelib Replace arena allocator 2021-05-12 11:25:50 +02:00
corelib_macros Bump version number 2021-04-26 13:16:48 +02:00
interpreter Some fixups after review 2021-05-11 14:59:57 +02:00
rendering_backends Fix restarting the event loop with the GL backend 2021-05-11 17:48:56 +02:00