Bundle tiny-skia backend together with iced_renderer
This commit is contained in:
parent
422b4dedcb
commit
dd04c0b070
7 changed files with 56 additions and 84 deletions
|
|
@ -1,6 +1,3 @@
|
|||
#[cfg(not(any(feature = "wgpu", feature = "tiny-skia")))]
|
||||
compile_error!("No backend selected. Enable at least one backend feature: `wgpu` or `tiny-skia`.");
|
||||
|
||||
pub mod compositor;
|
||||
|
||||
#[cfg(feature = "geometry")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue