Add another way to load .60 files from a build script

This commit is contained in:
Olivier Goffart 2020-06-05 13:32:56 +02:00
parent 0553ab8b1a
commit 9fc60e104f
10 changed files with 219 additions and 2 deletions

View file

@ -1,3 +1,12 @@
/*!
# SixtyFPS runtime library
**NOTE:** This library is an internal crate for the SixtyFPS project.
This crate should not be used directly by application using SixtyFPS.
You should use the `sixtyfps` crate instead
*/
pub mod graphics;
pub mod input;
pub mod layout;