mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 10:58:04 +08:00
Remove direct dependency on ttf_parser (#947)
Because ttf_parser updated, rustybuzz was using an older version.
This commit is contained in:
committed by
Keavon Chambers
parent
8e9d097fcc
commit
1a6ee7c542
@@ -4,8 +4,8 @@ use graphene_std::vector::manipulator_point::ManipulatorPoint;
|
||||
use graphene_std::vector::subpath::Subpath;
|
||||
|
||||
use glam::DVec2;
|
||||
use rustybuzz::ttf_parser::{GlyphId, OutlineBuilder};
|
||||
use rustybuzz::{GlyphBuffer, UnicodeBuffer};
|
||||
use ttf_parser::{GlyphId, OutlineBuilder};
|
||||
|
||||
struct Builder {
|
||||
path: Subpath,
|
||||
|
||||
Reference in New Issue
Block a user