Move util::bezier to style

This commit is contained in:
Anthony Ramine 2016-02-14 18:56:05 +01:00
parent c929dbe253
commit 09f865919d
4 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,6 @@ extern crate uuid;
use std::sync::Arc;
pub mod bezier;
pub mod cache;
pub mod cursor;
pub mod debug_utils;