projects
/
vector-math.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
02c3dcd85f54fd19301f1a3af660f249b39c3f3b
[vector-math.git]
/
Cargo.toml
1
[package]
2
name = "vector-math"
3
version = "0.1.0"
4
authors = ["Jacob Lifshay <programmerjake@gmail.com>"]
5
edition = "2018"
6
license = "MIT OR Apache-2.0"
7
8
[dependencies]
9
half = { version = "1.7.1", optional = true }
10
11
[features]
12
default = ["f16"]
13
f16 = ["half"]