Log available formats and alpha modes in wgpu:🪟:compositor

This commit is contained in:
Héctor Ramón Jiménez 2024-02-10 00:38:25 +01:00
parent 81bed94148
commit 8a8c1ab2c8
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 14 additions and 4 deletions

View file

@ -5,4 +5,7 @@ edition = "2021"
publish = false
[dependencies]
iced = { path = "../.." }
iced.workspace = true
iced.features = ["debug"]
tracing-subscriber = "0.3"

View file

@ -9,6 +9,8 @@ use iced::{
};
pub fn main() -> iced::Result {
tracing_subscriber::fmt::init();
Gradient::run(Settings {
window: window::Settings {
transparent: true,