Implement DrawOptions.set_alpha()

This commit is contained in:
pylbrecht 2019-06-20 10:21:50 +02:00 committed by Bastien Orivel
parent ba1fa0835f
commit 4aad4ff858
2 changed files with 3 additions and 3 deletions

View file

@ -358,7 +358,7 @@ pub enum DrawOptions {
#[cfg(feature = "canvas2d-azure")]
Azure(azure::azure_hl::DrawOptions),
#[cfg(feature = "canvas2d-raqote")]
Raqote(()),
Raqote(raqote::DrawOptions),
}
#[derive(Clone)]