Merge pull request #88 from Eijebong/bump-core-stuff

Update core-graphics, core-text and bump version
This commit is contained in:
Patrick Walton 2018-07-09 15:58:48 -07:00 committed by GitHub
commit 2ec2adf1c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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