Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril committed Apr 15, 2019
1 parent 5d51e25 commit af4066a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blend2d"
version = "0.1.0-alpha"
version = "0.1.0"
authors = ["Lukas Wirth <[email protected]>"]
edition = "2018"
description = "Rust bindings for blend2d"
Expand All @@ -9,6 +9,7 @@ repository = "https://github.com/Veykril/blend2d-rs"
license = "MIT/Apache-2.0"
categories = ["api-bindings"]
readme = "README.md"
exclude = ["examples"]

[dependencies]
ffi = { package = "blend2d-sys", version = "0.1.1", path = "blend2d-sys" }
Expand All @@ -22,3 +23,12 @@ name = "gradient"

[[example]]
name = "pattern"

[[example]]
name = "stroking"

[[example]]
name = "composition"

[[example]]
name = "transformation"

0 comments on commit af4066a

Please sign in to comment.