mirror of
https://github.com/servo/servo.git
synced 2025-10-02 01:29:15 +01:00
Auto merge of #25841 - dralley:remove-azure, r=SimonSapin
Remove azure canvas backend closes #25833 Issue description: Now that the raqote backend has reached feature parity and been enabled by default, we should remove the unused azure backend entirely. <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [x] These changes fix #25833 <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because PR only removes code, doesn't add new code
This commit is contained in:
commit
4576de974b
17 changed files with 12 additions and 927 deletions
44
Cargo.lock
generated
44
Cargo.lock
generated
|
@ -187,18 +187,6 @@ version = "0.1.7"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
||||
|
||||
[[package]]
|
||||
name = "azure"
|
||||
version = "0.37.0"
|
||||
source = "git+https://github.com/servo/rust-azure#1dbd223157997b5b5301e7da73bff37f928a7418"
|
||||
dependencies = [
|
||||
"cmake",
|
||||
"euclid",
|
||||
"libc",
|
||||
"servo-freetype-sys",
|
||||
"servo-skia",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "background_hang_monitor"
|
||||
version = "0.0.1"
|
||||
|
@ -489,7 +477,6 @@ dependencies = [
|
|||
name = "canvas"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"azure",
|
||||
"bitflags",
|
||||
"byteorder",
|
||||
"canvas_traits",
|
||||
|
@ -2093,16 +2080,6 @@ dependencies = [
|
|||
"gl_generator 0.11.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "glx"
|
||||
version = "0.2.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d56d59aa89ba084f04dd4767df10649c65d1ab180a9a0d1eabb9b1d5a28ab2bd"
|
||||
dependencies = [
|
||||
"gl_generator 0.11.0",
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "gobject-sys"
|
||||
version = "0.9.1"
|
||||
|
@ -5226,27 +5203,6 @@ dependencies = [
|
|||
"servo-media-streams",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "servo-skia"
|
||||
version = "0.30000023.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3cf31d622cdfc24317eb1caa1018294f8058eb8315c9ed79103487b9504ddadb"
|
||||
dependencies = [
|
||||
"cgl 0.3.2",
|
||||
"cmake",
|
||||
"euclid",
|
||||
"expat-sys",
|
||||
"gleam 0.7.0",
|
||||
"glutin",
|
||||
"glx",
|
||||
"io-surface",
|
||||
"libc",
|
||||
"servo-egl",
|
||||
"servo-fontconfig-sys",
|
||||
"servo-freetype-sys",
|
||||
"x11",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "servo_allocator"
|
||||
version = "0.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue