mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 04:48:27 +00:00
Rename environment variables
This commit is contained in:
parent
cc3994b58d
commit
1a0a495bc5
18 changed files with 34 additions and 34 deletions
|
|
@ -33,7 +33,7 @@ pub fn load_file<'a>(path: &'a std::path::Path) -> Option<VirtualFile<'static>>
|
|||
}
|
||||
|
||||
mod builtin_library {
|
||||
include!(env!("SIXTYFPS_WIDGETS_LIBRARY"));
|
||||
include!(env!("SLINT_WIDGETS_LIBRARY"));
|
||||
|
||||
pub type BuiltinDirectory<'a> = [&'a BuiltinFile<'a>];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue