Skip to content

Commit a17f210

Browse files
committed
Remove repr_simd from default features + bump to 0.17.1. Mention #96
1 parent ee422a0 commit a17f210

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
version = "0.17.0" # remember to update html_root_url in src/lib.rs
2+
version = "0.17.1" # remember to update html_root_url in src/lib.rs
33
authors = ["Yoan Lecoq <[email protected]>", "Joshua Barretto <[email protected]>", "Sunjay Varma <[email protected]>", "timokoesters <[email protected]>", "Imbris <[email protected]>", "Patiga <[email protected]>"]
44
description = "Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience."
55
documentation = "https://docs.rs/vek"
@@ -23,7 +23,7 @@ appveyor = { repository = "yoanlcq/vek" }
2323
maintenance = { status = "experimental" }
2424

2525
[features]
26-
default = ["repr_simd", "rgba", "rgb", "std"]
26+
default = ["rgba", "rgb", "std"]
2727
# NOTE: The below ones (commented out) are enforced, because doc tests assume their availability.
2828
# vec2 = []
2929
# vec3 = []

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#![no_std]
2424
#![doc(
2525
test(attr(deny(warnings))),
26-
html_root_url = "https://docs.rs/vek/0.17.0",
26+
html_root_url = "https://docs.rs/vek/0.17.1",
2727
//html_logo_url = "https://yoanlcq.github.io/vek/logo.png",
2828
//html_favicon_url = "https://yoanlcq.github.io/vek/favicon.ico",
2929
)]

0 commit comments

Comments
 (0)