diff --git a/Cargo.lock b/Cargo.lock index 667351b7..3774e090 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2577,9 +2577,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winit" -version = "0.30.7" +version = "0.30.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dba50bc8ef4b6f1a75c9274fb95aa9a8f63fbc66c56f391bd85cf68d51e7b1a3" +checksum = "f5d74280aabb958072864bff6cfbcf9025cf8bfacdde5e32b5e12920ef703b0f" dependencies = [ "ahash", "android-activity", diff --git a/Cargo.toml b/Cargo.toml index ce3b4313..9c96340e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,6 @@ crate-type = ["cdylib"] lto = "fat" [features] -default = ["metal", "window"] metal = ["skia-safe/metal", "dep:metal", "dep:raw-window-handle", "dep:raw-window-metal", "dep:core-graphics-types", "dep:cocoa", "dep:objc"] vulkan = ["skia-safe/vulkan", "winit/rwh_05", "dep:ash", "dep:vulkano"] window = ["dep:winit", "dep:spin_sleep"] @@ -44,5 +43,5 @@ cocoa = { version = "0.26.0", optional = true } objc = { version = "0.2.7", optional = true } # window -winit = { version = '0.30.7', features = ["serde"], optional = true } +winit = { version = '0.30.8', features = ["serde"], optional = true } spin_sleep = {version = "1.2.1", optional = true } \ No newline at end of file