mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-21 07:41:51 +00:00
Added precision on comment
This commit is contained in:
parent
9f24dbe45f
commit
664dadf87b
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ export component AppWindow inherits Window {
|
|||
}
|
||||
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
// Temporary : Force WGPU_BACKEND to dx12 until vulkan is supported on windows
|
||||
// Temporary : Force WGPU_BACKEND to dx12 until vulkan works with the flag renderer-skia on Windows
|
||||
unsafe {
|
||||
std::env::set_var("WGPU_BACKEND", "dx12");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue