Fixed gpui_windows not compiling with wgpu feature (#90)

This commit is contained in:
443eb9#C
2026-07-27 23:17:27 -07:00
committed by GitHub
parent 2542e1154a
commit c1faa21ced
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
.DS_Store
.idea
.vscode
.zed
*.xcodeproj
*.xcworkspace
DerivedData/
+1
View File
@@ -148,6 +148,7 @@ impl WindowsWindowState {
preferred_present_mode: Some(wgpu::PresentMode::Mailbox),
},
None,
None,
)
.context("Creating Wgpu renderer")?;
#[cfg(not(feature = "wgpu"))]