mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
suppress build warnings when disabling webgpu and webxr (#35379)
Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
654df4c8b7
commit
827012fc08
8 changed files with 26 additions and 15 deletions
|
@ -618,8 +618,6 @@ pub(crate) mod webgpu;
|
|||
pub(crate) use self::webgpu::*;
|
||||
#[cfg(not(feature = "webgpu"))]
|
||||
pub(crate) mod gpucanvascontext;
|
||||
#[cfg(not(feature = "webgpu"))]
|
||||
pub(crate) use gpucanvascontext::GPUCanvasContext;
|
||||
pub(crate) mod wheelevent;
|
||||
#[allow(dead_code)]
|
||||
pub(crate) mod window;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue