ratio ops

This commit is contained in:
Quaternions 2024-09-11 13:01:39 -07:00
parent e845ce246a
commit 5b5ed4f38e
2 changed files with 4 additions and 1 deletions

3
Cargo.lock generated
View File

@ -50,6 +50,9 @@ dependencies = [
[[package]]
name = "linear_ops"
version = "0.1.0"
dependencies = [
"ratio_ops",
]
[[package]]
name = "paste"

View File

@ -13,6 +13,6 @@ authors = ["Rhys Lloyd <krakow20@gmail.com>"]
arrayvec = "0.7.4"
bitflags = "2.6.0"
fixed_wide = { path = "../fixed_wide_vectors/fixed_wide", features = ["deferred-division","zeroes","wide-mul"] }
linear_ops = { path = "../fixed_wide_vectors/linear_ops" }
linear_ops = { path = "../fixed_wide_vectors/linear_ops", features = ["deferred-division","named-fields"] }
glam = "0.28.0"
id = { version = "0.1.0", registry = "strafesnet" }