From 296b414c5875e821346be89669e4f1a8ad2a74f3 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Fri, 10 Jan 2025 16:22:33 +0100 Subject: [PATCH] draft: smithay update --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f42f1c79d..92c20e08c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4688,7 +4688,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smithay" version = "0.3.0" -source = "git+https://github.com/smithay//smithay?rev=9fbc9fb#9fbc9fbbfe04c94e6716b89080145d061f66031f" +source = "git+https://github.com/smithay//smithay?branch=drm%2Fbetter_logs#234293c8f4187273a93bfffe03ca45579968c779" dependencies = [ "appendlist", "ash", diff --git a/Cargo.toml b/Cargo.toml index 1cbe35aac..392af1e3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,4 +119,4 @@ inherits = "release" lto = "fat" [patch."https://github.com/Smithay/smithay.git"] -smithay = { git = "https://github.com/smithay//smithay", rev = "9fbc9fb" } +smithay = { git = "https://github.com/smithay//smithay", branch = "drm/better_logs" }#rev = "9fbc9fb" }