WIP: Fix azure backend

This commit is contained in:
Bastien Orivel 2019-08-11 15:18:19 +02:00
parent 3dd0b462c2
commit 8cb8e7c627
2 changed files with 76 additions and 53 deletions

View file

@ -354,7 +354,7 @@ pub enum Path {
#[derive(Clone)]
pub enum Pattern<'a> {
#[cfg(feature = "canvas2d-azure")]
Azure(azure::azure_hl::Pattern),
Azure(azure::azure_hl::Pattern, PhantomData<&'a ()>),
#[cfg(feature = "canvas2d-raqote")]
Raqote(raqote::Source<'a>),
}