From 979e2827682ab490bfcaf53ebf05762fffc138d7 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Tue, 19 Jul 2022 20:02:50 +0200 Subject: [PATCH] deps: Update smithay --- Cargo.lock | 4 ++-- Cargo.toml | 7 ++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95f67e67..0570b6f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1501,7 +1501,7 @@ checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" [[package]] name = "smithay" version = "0.3.0" -source = "git+https://github.com/pop-os/smithay?branch=main#2125a22dd29b59d0a52415cb8db8a76b76bd6c89" +source = "git+https://github.com/Smithay/smithay.git?rev=b68c9ebc#b68c9ebc12e58f04583500e881e4bd6b69ab9c8d" dependencies = [ "appendlist", "bitflags", @@ -1561,7 +1561,7 @@ dependencies = [ [[package]] name = "smithay-egui" version = "0.1.0" -source = "git+https://github.com/Smithay/smithay-egui.git?rev=9bba86a7#9bba86a743b8bc1c30f236d2407525fde8bcad50" +source = "git+https://github.com/Smithay/smithay-egui.git?rev=0f60dc43#0f60dc431f824e1351e5fd35f6c34e4a0b0d0d0c" dependencies = [ "cgmath", "egui", diff --git a/Cargo.toml b/Cargo.toml index 6bae74d9..30c1fd4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,13 +36,13 @@ cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", branch [dependencies.smithay] version = "0.3" git = "https://github.com/Smithay/smithay.git" -rev = "e9599b80" +rev = "b68c9ebc" default-features = false features = ["backend_drm", "backend_gbm", "backend_egl", "backend_libinput", "backend_session_libseat", "backend_udev", "backend_winit", "backend_x11", "desktop", "use_system_lib", "renderer_gl", "renderer_multi", "wayland_frontend", "slog-stdlog"] [dependencies.smithay-egui] git = "https://github.com/Smithay/smithay-egui.git" -rev = "9bba86a7" +rev = "0f60dc43" optional = true [features] @@ -59,6 +59,3 @@ debug = true [profile.release] lto = "fat" - -[patch."https://github.com/Smithay/smithay.git"] -smithay = { git = "https://github.com/pop-os/smithay", branch = "main" }