mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 05:44:52 +00:00
Add another way to load .60 files from a build script
This commit is contained in:
parent
0553ab8b1a
commit
9fc60e104f
10 changed files with 219 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue