Minor cleanup in `pathfinder_canvas`

This commit is contained in:
Patrick Walton 2020-02-19 10:58:34 -08:00
parent cc9711e151
commit 95d5fab5ef
3 changed files with 3 additions and 2 deletions

View File

@ -30,5 +30,6 @@ optional = true
git = "https://github.com/linebender/skribo.git"
rev = "f306037c36f596bba45cb9fd698ea53b6ca65e2e"
optional = true
[features]
pf-text = ["pathfinder_text", "skribo", "font-kit"]

View File

@ -1,4 +1,4 @@
// pathfinder/canvas/src/lib.rs
// pathfinder/canvas/src/text.rs
//
// Copyright © 2019 The Pathfinder Project Developers.
//

View File

@ -1,4 +1,4 @@
// pathfinder/canvas/src/lib.rs
// pathfinder/canvas/src/text_no_text.rs
//
// Copyright © 2019 The Pathfinder Project Developers.
//