Merge pull request #288 from kyythane/master

Add derive(Clone) to no text font context
This commit is contained in:
Patrick Walton 2020-03-25 16:58:04 -07:00 committed by GitHub
commit 51277a2027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#[derive(Clone)]
pub struct CanvasFontContext;
impl CanvasFontContext {