Remove nalgebra dependency
- Implement our own `Point` and `Vector` types - Make `Rectangle` not generic
This commit is contained in:
parent
343cafa1ee
commit
eecac7b5d1
18 changed files with 69 additions and 31 deletions
|
|
@ -13,7 +13,6 @@ categories = ["gui"]
|
|||
|
||||
[dependencies]
|
||||
stretch = "0.2"
|
||||
nalgebra = "0.18"
|
||||
twox-hash = "1.5"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue