mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
Extract 3 more embedder options
Extracted clean-shutdown, msaa, and no-native-titlebar embedder specific options out from the global options. Partially fixes #23009
This commit is contained in:
parent
6eca38aea3
commit
74f1e2ec32
8 changed files with 34 additions and 41 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2673,7 +2673,6 @@ dependencies = [
|
|||
name = "libmlservo"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts",
|
||||
"libc",
|
||||
"libservo",
|
||||
"log",
|
||||
|
@ -4809,6 +4808,7 @@ name = "simpleservo"
|
|||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"core-foundation",
|
||||
"getopts",
|
||||
"gl_generator 0.11.0",
|
||||
"libc",
|
||||
"libloading",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue