This commit is contained in:
Junkui Zhang 2025-07-17 17:12:27 +08:00
parent 9acee42c38
commit 32488e1e2d
2 changed files with 2 additions and 3 deletions

View file

@ -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::*;

View file

@ -70,7 +70,6 @@ gpui = { workspace = true, features = [
"x11",
"font-kit",
"windows-manifest",
"enable-renderdoc",
] }
gpui_tokio.workspace = true