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

@ -47,6 +47,7 @@ extern crate util;
pub mod animation;
pub mod attr;
pub mod bezier;
pub mod context;
mod custom_properties;
pub mod data;