diff --git a/Cargo.toml b/Cargo.toml index e854803..29acb9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ documentation = "https://docs.rs/draw" [dependencies] rgb = "0.8.14" -svg = "0.5.12" +svg = "0.18" rand = {version="0.7.0", features=["small_rng"]} cgmath = "0.17.0"