diff --git a/Cargo.toml b/Cargo.toml index 08b16f1..c84a764 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,11 +55,11 @@ winres = "0.1.11" [target.'cfg(linux)'.dependencies.skia-safe] features = ["gl", "egl"] -version = "0.40.2" +version = "0.39.1" [target.'cfg(not(linux))'.dependencies.skia-safe] features = ["gl"] -version = "0.40.2" +version = "0.39.1" [profile.release] debug = true