mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
Fix C++ build
The tests include headers that exposed that we do need SharedImageBuffer in the internal C++ types namespace.
This commit is contained in:
parent
0d3c38899f
commit
ddbe704764
1 changed files with 8 additions and 1 deletions
|
@ -184,7 +184,14 @@ fn gen_corelib(root_dir: &Path, include_dir: &Path) -> anyhow::Result<()> {
|
|||
|
||||
for (rust_types, extra_excluded_types, internal_header) in [
|
||||
(
|
||||
vec!["ImageInner", "Image", "Size", "sixtyfps_image_size", "SharedPixelBuffer"],
|
||||
vec![
|
||||
"ImageInner",
|
||||
"Image",
|
||||
"Size",
|
||||
"sixtyfps_image_size",
|
||||
"SharedPixelBuffer",
|
||||
"SharedImageBuffer",
|
||||
],
|
||||
vec![],
|
||||
"sixtyfps_image_internal.h",
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue