Skip to content
This repository was archived by the owner on Jun 8, 2020. It is now read-only.

Commit cd0cb97

Browse files
committed
Update servo-glutin and euclid
1 parent 0aaf650 commit cd0cb97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "servo-skia"
4-
version = "0.30000005.3"
4+
version = "0.30000006.0"
55
authors = ["The Skia Project Developers and The Servo Project Developers"]
66
description = "2D graphic library for drawing Text, Geometries, and Images"
77
license = "BSD-3-Clause"
@@ -28,13 +28,13 @@ name = "skia"
2828
cmake = "0.1"
2929

3030
[dependencies]
31-
euclid = "0.14"
31+
euclid = "0.15"
3232
gleam = "0.4"
3333
libc = "0.2"
3434
expat-sys = "2.1.1"
3535

3636
[target.'cfg(target_os = "windows")'.dependencies]
37-
servo-glutin = "0.10"
37+
servo-glutin = "0.11"
3838

3939
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
4040
servo-fontconfig-sys = "4.0.0"

0 commit comments

Comments
 (0)