From c25f2ed44766a671b5a078e2ff5786463728b2ce Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Tue, 22 Nov 2022 18:21:41 +0100 Subject: [PATCH] deps: Use pinned smithay-egui and disable debug by default --- Cargo.lock | 2 +- Cargo.toml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a524fa81..80dce136 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1855,7 +1855,7 @@ dependencies = [ [[package]] name = "smithay-egui" version = "0.1.0" -source = "git+https://github.com/Smithay/smithay-egui.git?branch=feature/image#9fcb589d5c99ac8143f0a967504cdbf691d6cea4" +source = "git+https://github.com/Smithay/smithay-egui.git?rev=9fe1fa5e01#9fe1fa5e01dc39c145f036564e971a50f84864ff" dependencies = [ "cgmath", "egui", diff --git a/Cargo.toml b/Cargo.toml index 064b52e4..f4f6b11e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,13 +42,12 @@ features = ["backend_drm", "backend_gbm", "backend_egl", "backend_libinput", "ba [dependencies.smithay-egui] git = "https://github.com/Smithay/smithay-egui.git" -#rev = "ee25d401ac" -branch = "feature/image" +rev = "9fe1fa5e01" features = ["svg"] optional = true [features] -default = ["debug"] +default = [] debug = ["egui", "smithay-egui"] [profile.dev]