fix
This commit is contained in:
parent
29b5acf27b
commit
76fb80eaeb
2 changed files with 2 additions and 3 deletions
|
@ -2,8 +2,6 @@ use std::{mem::ManuallyDrop, sync::Arc};
|
|||
|
||||
use ::util::ResultExt;
|
||||
use anyhow::{Context, Result};
|
||||
#[cfg(not(feature = "enable-renderdoc"))]
|
||||
use windows::Win32::Graphics::DirectComposition::*;
|
||||
use windows::Win32::{
|
||||
Foundation::{HMODULE, HWND},
|
||||
Graphics::{
|
||||
|
@ -12,6 +10,8 @@ use windows::Win32::{
|
|||
Dxgi::{Common::*, *},
|
||||
},
|
||||
};
|
||||
#[cfg(not(feature = "enable-renderdoc"))]
|
||||
use windows::{Win32::Graphics::DirectComposition::*, core::Interface};
|
||||
|
||||
use crate::*;
|
||||
|
||||
|
|
|
@ -69,7 +69,6 @@ gpui = { workspace = true, features = [
|
|||
"x11",
|
||||
"font-kit",
|
||||
"windows-manifest",
|
||||
"enable-renderdoc",
|
||||
] }
|
||||
gpui_tokio.workspace = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue