Skip to content

Commit

Permalink
Merge pull request rust-windowing#92 from paulrouget/euclid_update
Browse files Browse the repository at this point in the history
Euclid and lyon updates
  • Loading branch information
pcwalton authored Jul 30, 2018
2 parents 9b7da26 + 6d7dd60 commit d04912f
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 34 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions demo/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ app_units = "0.6"
base64 = "0.6"
bincode = "1.0"
env_logger = "0.5"
euclid = "0.18"
euclid = "0.19"
image = "0.17"
lazy_static = "0.2"
log = "0.3"
lru-cache = "0.1"
lyon_geom = "0.11"
lyon_path = "0.11"
lyon_geom = "0.12"
lyon_path = "0.12"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions font-renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ freetype-backend = ["freetype"]
app_units = "0.6"
libc = "0.2"
log = "0.3"
lyon_path = "0.11"
lyon_path = "0.12"
serde = "1.0"
serde_derive = "1.0"

[dependencies.euclid]
version = "0.18"
version = "0.19"
features = ["serde"]

[dependencies.freetype]
Expand Down
2 changes: 1 addition & 1 deletion gfx-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.2.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]

[dependencies]
euclid = "0.18"
euclid = "0.19"
6 changes: 3 additions & 3 deletions partitioner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ byteorder = "1.2"
env_logger = "0.5"
half = "1.0"
log = "0.3"
lyon_geom = "0.11"
lyon_path = "0.11"
lyon_geom = "0.12"
lyon_path = "0.12"
serde = "1.0"
serde_derive = "1.0"

[dependencies.euclid]
version = "0.18"
version = "0.19"
features = ["serde"]

[dependencies.pathfinder_path_utils]
Expand Down
2 changes: 1 addition & 1 deletion path-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ authors = ["Patrick Walton <pcwalton@mimiga.net>"]

[dependencies]
arrayvec = "0.4"
lyon_path = "0.11"
lyon_path = "0.12"
serde = "1.0"
serde_derive = "1.0"
2 changes: 1 addition & 1 deletion utils/area-lut/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ authors = ["Patrick Walton <pcwalton@mimiga.net>"]

[dependencies]
clap = "2.30"
euclid = "0.18"
euclid = "0.19"
image = "0.18"
2 changes: 1 addition & 1 deletion utils/frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Patrick Walton <pcwalton@mimiga.net>"]
app_units = "0.6"
clap = "2.27"
freetype = "0.4"
lyon_path = "0.11"
lyon_path = "0.12"

[dependencies.pathfinder_font_renderer]
path = "../../font-renderer"
Expand Down

0 comments on commit d04912f

Please sign in to comment.