Implement quaternion and matrix geometry
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -213,6 +213,7 @@ version = "0.0.1"
|
||||
dependencies = [
|
||||
"getrandom",
|
||||
"md-5",
|
||||
"stats_alloc",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
@@ -301,6 +302,12 @@ version = "0.4.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
||||
|
||||
[[package]]
|
||||
name = "stats_alloc"
|
||||
version = "0.1.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5c0e04424e733e69714ca1bbb9204c1a57f09f5493439520f9f68c132ad25eec"
|
||||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "2.0.119"
|
||||
|
||||
Reference in New Issue
Block a user