ratio ops
This commit is contained in:
parent
e845ce246a
commit
5b5ed4f38e
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -50,6 +50,9 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "linear_ops"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ratio_ops",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "paste"
|
||||
|
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user