Apply some review fixes

This commit is contained in:
michaelgrigoryan25 2023-05-22 19:41:32 +04:00
parent f0690ec7c1
commit 67ca730ec5
3 changed files with 5 additions and 24 deletions

23
Cargo.lock generated
View file

@ -3295,20 +3295,6 @@ version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
[[package]]
name = "libmlservo"
version = "0.0.1"
dependencies = [
"libc",
"libservo",
"log",
"servo-egl",
"simpleservo",
"smallvec",
"webxr",
"webxr-api",
]
[[package]]
name = "libservo"
version = "0.0.1"
@ -5380,15 +5366,6 @@ dependencies = [
"time-point",
]
[[package]]
name = "servo-egl"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21069a884c33fe6ee596975e1f3849ed88c4ec857fbaf11d33672d8ebe051217"
dependencies = [
"libc",
]
[[package]]
name = "servo-gst-plugin"
version = "0.0.1"