Bezier-rs: add Tangents/Normals to Point functions (#1547)

* Add tangent/normal to point to bézier-rs

* Add license information and general cleanup

* Bump version

* Add iframe demos

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
0HyperCube
2024-01-07 06:33:06 -08:00
committed by Keavon Chambers
co-authored by Keavon Chambers
parent c14c6fbe93
commit 6a10bcc3fc
9 changed files with 753 additions and 4 deletions
Generated
+1 -1
View File
@@ -559,7 +559,7 @@ checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
[[package]]
name = "bezier-rs"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"dyn-any",
"glam",