Fix bezier-rs interactive demos page build system

This commit is contained in:
Keavon Chambers 2023-05-26 17:14:31 -07:00
parent 0c7b55949d
commit 5c7211cb30
4 changed files with 375 additions and 3344 deletions

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;