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 ::util::ResultExt;
|
||||||
use anyhow::{Context, Result};
|
use anyhow::{Context, Result};
|
||||||
#[cfg(not(feature = "enable-renderdoc"))]
|
|
||||||
use windows::Win32::Graphics::DirectComposition::*;
|
|
||||||
use windows::Win32::{
|
use windows::Win32::{
|
||||||
Foundation::{HMODULE, HWND},
|
Foundation::{HMODULE, HWND},
|
||||||
Graphics::{
|
Graphics::{
|
||||||
|
@ -12,6 +10,8 @@ use windows::Win32::{
|
||||||
Dxgi::{Common::*, *},
|
Dxgi::{Common::*, *},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
#[cfg(not(feature = "enable-renderdoc"))]
|
||||||
|
use windows::{Win32::Graphics::DirectComposition::*, core::Interface};
|
||||||
|
|
||||||
use crate::*;
|
use crate::*;
|
||||||
|
|
||||||
|
|
|
@ -69,7 +69,6 @@ gpui = { workspace = true, features = [
|
||||||
"x11",
|
"x11",
|
||||||
"font-kit",
|
"font-kit",
|
||||||
"windows-manifest",
|
"windows-manifest",
|
||||||
"enable-renderdoc",
|
|
||||||
] }
|
] }
|
||||||
gpui_tokio.workspace = true
|
gpui_tokio.workspace = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue