played iwht matrix

This commit is contained in:
Jon Janzen
2021-04-02 19:02:57 -06:00
parent a4ffb3b7d6
commit 267bc15e2e
3 changed files with 44 additions and 0 deletions

11
Cargo.lock generated
View File

@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "approx"
version = "0.4.0"
@@ -29,6 +31,14 @@ dependencies = [
"approx",
]
[[package]]
name = "matrix"
version = "0.1.0"
dependencies = [
"approx",
"structs",
]
[[package]]
name = "num-traits"
version = "0.2.14"
@@ -51,5 +61,6 @@ version = "0.1.0"
dependencies = [
"canvas",
"color",
"matrix",
"structs",
]