WIP: API to expose image loading from C++ and Rust

This commit is contained in:
Olivier Goffart 2021-05-28 12:13:49 +02:00 committed by Olivier Goffart
parent 4584c40544
commit 0b3fecf300
15 changed files with 140 additions and 68 deletions

View file

@ -32,7 +32,7 @@ declare_ValueType![
f32,
f64,
crate::SharedString,
crate::ImageReference,
crate::graphics::Image,
crate::Color,
crate::PathData,
crate::animations::EasingCurve,