Fix bezier-rs interactive demos page build system

This commit is contained in:
Keavon Chambers
2023-05-26 23:32:21 -07:00
parent 09ed31aba4
commit 17e9340156
4 changed files with 375 additions and 3344 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
//! Bezier-rs: A Bezier Math Library for Rust
#![doc = include_str!("../README.md")]
pub(crate) mod compare;
mod bezier;