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:
glowe 2019-10-23 18:13:57 -04:00
parent 6eca38aea3
commit 74f1e2ec32
8 changed files with 34 additions and 41 deletions

2
Cargo.lock generated
View file

@ -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",