mirror of
https://github.com/servo/servo.git
synced 2025-10-02 01:29:15 +01:00
Rename ports/winit package to servoshell (#30163)
* rename winit package to servoshell * revert previous changes and rename only package
This commit is contained in:
parent
cc4fe4981f
commit
66567faeb2
26 changed files with 39 additions and 39 deletions
66
Cargo.lock
generated
66
Cargo.lock
generated
|
@ -5238,39 +5238,6 @@ dependencies = [
|
|||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "servo"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"cc",
|
||||
"clipboard",
|
||||
"egui",
|
||||
"egui-winit",
|
||||
"egui_glow",
|
||||
"euclid",
|
||||
"getopts",
|
||||
"gleam",
|
||||
"glow",
|
||||
"image",
|
||||
"keyboard-types",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"libservo",
|
||||
"log",
|
||||
"raw-window-handle",
|
||||
"servo-media",
|
||||
"shellwords",
|
||||
"sig",
|
||||
"surfman",
|
||||
"tinyfiledialogs",
|
||||
"vergen",
|
||||
"webxr",
|
||||
"winapi",
|
||||
"winit",
|
||||
"winres",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "servo-display-link"
|
||||
version = "0.2.0"
|
||||
|
@ -5575,6 +5542,39 @@ dependencies = [
|
|||
"uuid 1.4.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "servoshell"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"cc",
|
||||
"clipboard",
|
||||
"egui",
|
||||
"egui-winit",
|
||||
"egui_glow",
|
||||
"euclid",
|
||||
"getopts",
|
||||
"gleam",
|
||||
"glow",
|
||||
"image",
|
||||
"keyboard-types",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"libservo",
|
||||
"log",
|
||||
"raw-window-handle",
|
||||
"servo-media",
|
||||
"shellwords",
|
||||
"sig",
|
||||
"surfman",
|
||||
"tinyfiledialogs",
|
||||
"vergen",
|
||||
"webxr",
|
||||
"winapi",
|
||||
"winit",
|
||||
"winres",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sha1"
|
||||
version = "0.10.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue