forked from StrafesNET/strafe-project
move ratio to own crate (again)
This commit is contained in:
fixed_wide
linear_ops
ratio_ops
7
linear_ops/Cargo.lock
generated
7
linear_ops/Cargo.lock
generated
@ -21,10 +21,11 @@ dependencies = [
|
||||
"arrayvec",
|
||||
"bnum",
|
||||
"paste",
|
||||
"ratio_ops",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lin_ops"
|
||||
name = "linear_ops"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"fixed_wide",
|
||||
@ -35,3 +36,7 @@ name = "paste"
|
||||
version = "1.0.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
||||
|
||||
[[package]]
|
||||
name = "ratio_ops"
|
||||
version = "0.1.0"
|
||||
|
Reference in New Issue
Block a user