mod3d_base/
example_client.rs

1//a Documentation
2/*!
3
4# Example client
5
6This provides a simple example [crate::Renderable] client that does
7nothing really.
8
9!*/
10
11mod renderable;
12pub use renderable::Id as Renderable;