Added an examples-shared crate to be used from the others
This commit is contained in:
parent
3b702076cc
commit
8c623a7a79
7 changed files with 422 additions and 0 deletions
4
implot-examples/examples-shared/src/lib.rs
Normal file
4
implot-examples/examples-shared/src/lib.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
pub mod bar_plots;
|
||||
pub mod line_plots;
|
||||
pub mod scatter_plots;
|
||||
pub mod text_plots;
|
Loading…
Add table
Add a link
Reference in a new issue