Skip to content

Commit

Permalink
add libm feature, update to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrg committed Jan 31, 2024
1 parent 6b2efde commit fe1acd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zeno"
version = "0.3.0"
version = "0.3.1"
authors = ["Chad Brokaw <cbrokaw@gmail.com>"]
edition = "2018"
description = "High performance, low level 2D path rasterization."
Expand All @@ -18,4 +18,5 @@ libm = { version = "0.2.7", default-features = false, optional = true }
default = ["eval", "std"]
eval = []
std = []
libm = ["dep:libm"]

0 comments on commit fe1acd5

Please sign in to comment.