Fixed gpui_windows not compiling with wgpu feature (#90)
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
.DS_Store
|
||||
.idea
|
||||
.vscode
|
||||
.zed
|
||||
*.xcodeproj
|
||||
*.xcworkspace
|
||||
DerivedData/
|
||||
|
||||
@@ -148,6 +148,7 @@ impl WindowsWindowState {
|
||||
preferred_present_mode: Some(wgpu::PresentMode::Mailbox),
|
||||
},
|
||||
None,
|
||||
None,
|
||||
)
|
||||
.context("Creating Wgpu renderer")?;
|
||||
#[cfg(not(feature = "wgpu"))]
|
||||
|
||||
Reference in New Issue
Block a user