mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
Drop CEF support
This commit is contained in:
@@ -531,9 +531,6 @@ class CommandBase(object):
|
||||
def geckolib_manifest(self):
|
||||
return path.join(self.context.topdir, "ports", "geckolib", "Cargo.toml")
|
||||
|
||||
def cef_manifest(self):
|
||||
return path.join(self.context.topdir, "ports", "cef", "Cargo.toml")
|
||||
|
||||
def servo_features(self):
|
||||
"""Return a list of optional features to enable for the Servo crate"""
|
||||
features = []
|
||||
|
||||
Reference in New Issue
Block a user