mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Remove dependency on surfman-chains (#30090)
This functionality is now part of surfman itself.
This commit is contained in:
parent
59f5414ca8
commit
c46631a1ce
9 changed files with 26 additions and 83 deletions
|
@ -30,8 +30,6 @@ log = { workspace = true }
|
|||
servo-media = { git = "https://github.com/servo/media" }
|
||||
sparkle = { workspace = true }
|
||||
surfman = { workspace = true }
|
||||
surfman-chains = { workspace = true }
|
||||
surfman-chains-api = { workspace = true }
|
||||
webxr = { git = "https://github.com/servo/webxr", features = ["glwindow"] }
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
@ -88,13 +88,12 @@ use sparkle::gl;
|
|||
use sparkle::gl::types::GLuint;
|
||||
use sparkle::gl::Gl;
|
||||
|
||||
use surfman::chains::{SwapChain, SwapChainAPI};
|
||||
use surfman::Connection;
|
||||
use surfman::Context;
|
||||
use surfman::Device;
|
||||
use surfman::SurfaceAccess;
|
||||
use surfman::SurfaceType;
|
||||
use surfman_chains::SwapChain;
|
||||
use surfman_chains_api::SwapChainAPI;
|
||||
|
||||
use std::cell::RefCell;
|
||||
use std::collections::HashMap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue