Update core-graphics, core-text and bump version

This commit is contained in:
Bastien Orivel 2018-07-09 12:48:38 +02:00
parent 63c17a7f15
commit 42d1c439aa
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "pathfinder_font_renderer" name = "pathfinder_font_renderer"
version = "0.3.0" version = "0.4.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"] authors = ["Patrick Walton <pcwalton@mimiga.net>"]
[features] [features]
@ -28,8 +28,8 @@ optional = true
freetype = { version = "0.4" } freetype = { version = "0.4" }
[target.'cfg(target_os = "macos")'.dependencies] [target.'cfg(target_os = "macos")'.dependencies]
core-graphics = "0.13" core-graphics = "0.14"
core-text = "9.2" core-text = "10"
[target.'cfg(target_os = "windows")'.dependencies] [target.'cfg(target_os = "windows")'.dependencies]
dwrite-sys = "0.2" dwrite-sys = "0.2"