diff options
author | Alan Jeffrey <ajeffrey@mozilla.com> | 2019-12-20 12:13:01 -0600 |
---|---|---|
committer | Alan Jeffrey <ajeffrey@mozilla.com> | 2019-12-20 12:13:01 -0600 |
commit | 03ec414d88a768c0d8229f7ebcfc620b492ca0e9 (patch) | |
tree | 824f16a057d106ce20473a0e4feada13fc7d16dc | |
parent | da3fdf89a728a8d81581742b7a285f95c539884e (diff) | |
download | servo-03ec414d88a768c0d8229f7ebcfc620b492ca0e9.tar.gz servo-03ec414d88a768c0d8229f7ebcfc620b492ca0e9.zip |
Removed outdated comment
-rw-r--r-- | ports/gstplugin/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/gstplugin/Cargo.toml b/ports/gstplugin/Cargo.toml index 16589fb3bfd..04393709477 100644 --- a/ports/gstplugin/Cargo.toml +++ b/ports/gstplugin/Cargo.toml @@ -30,7 +30,6 @@ lazy_static = "1.4" libservo = {path = "../../components/servo"} servo-media = {git = "https://github.com/servo/media"} sparkle = "0.1" -# NOTE: the sm-angle-default feature only enables angle on windows, not other platforms! surfman = { git = "https://github.com/pcwalton/surfman", branch = "multi" } surfman-chains-api = "0.2" surfman-chains = { git = "https://github.com/asajeffrey/surfman-chains", branch = "multi" } |