Log available formats and alpha modes in wgpu:🪟:compositor
This commit is contained in:
parent
81bed94148
commit
8a8c1ab2c8
3 changed files with 14 additions and 4 deletions
|
|
@ -5,4 +5,7 @@ edition = "2021"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../.." }
|
||||
iced.workspace = true
|
||||
iced.features = ["debug"]
|
||||
|
||||
tracing-subscriber = "0.3"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ use iced::{
|
|||
};
|
||||
|
||||
pub fn main() -> iced::Result {
|
||||
tracing_subscriber::fmt::init();
|
||||
|
||||
Gradient::run(Settings {
|
||||
window: window::Settings {
|
||||
transparent: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue