diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 4f9c5e99..1e2df1fd 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -29,7 +29,7 @@ version = "0.1" path = "../style" [dependencies.lyon] -version = "0.15" +version = "0.16" optional = true [dependencies.font-kit]