slint/helper_crates/vtable
Olivier Goffart 2dddce7536 Update atomic-polyfill
Since the new version also depends on the ctirical-section 1.0 crate
we need to enable the relevant API in the cortex-m crate because the
rp2040-hal doesn't have it yet
2022-08-22 13:16:30 +02:00
..
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
macro Skia: Cache the Skia image in the core image cache 2022-08-16 11:22:11 +02:00
src Add doc link 2022-07-22 23:09:08 +02:00
tests Add test and ChangeLog entry for VRc::map_dyn 2022-07-22 23:09:08 +02:00
Cargo.toml Update atomic-polyfill 2022-08-22 13:16:30 +02:00
CHANGELOG.md Add test and ChangeLog entry for VRc::map_dyn 2022-07-22 23:09:08 +02:00
README.md README for the vtable crate 2020-12-07 15:23:55 +01:00

vtable crate

Crates.io Docs.rs

A macro to create ffi-friendly virtual tables.

Check the crate documentation for more details.