sedan-cell

Results 4 comments of sedan-cell

`#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]` prevents the console from showing but also `--help` messages from `clap` from being available to a user.

in debug mode if i cargo run i see: ``` > cargo run Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s Running `target\debug\myapp.exe` thread 'main' panicked at C:\Users\MYUSER\.cargo\registry\src\index.crates.io-6f17d22bba15001f\i-slint-renderer-skia-1.6.0\d3d_surface.rs:171:13: assertion...

@tronical not launching in full screen

@tronical i dont have one at the moment, cant share existing source, and will try to make one later to post as an example. there is no issue with the...