mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
[reorg]: Move the rendering backends into internal
This commit is contained in:
parent
e6b24bceec
commit
a3b86690ff
75 changed files with 77 additions and 74 deletions
|
@ -340,7 +340,7 @@ pub fn sixtyfps(stream: TokenStream) -> TokenStream {
|
|||
CompilerConfiguration::new(sixtyfps_compilerlib::generator::OutputFormat::Rust);
|
||||
|
||||
if std::env::var_os("SIXTYFPS_STYLE").is_none() {
|
||||
// This file is written by the sixtyfps-rendering-backend-default's built script.
|
||||
// This file is written by the sixtyfps-rendering-backend-selector's built script.
|
||||
// It is in the target/xxx/build directory
|
||||
let target_path = match std::env::var_os("OUT_DIR") {
|
||||
Some(out_dir) => Some(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue