mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
Make it so that you don't need to run xtask through cargo
This commit is contained in:
parent
9b1fd52231
commit
54c979d9e6
5 changed files with 11 additions and 10 deletions
|
@ -60,7 +60,7 @@ fn symlink_files_in_dir<S: AsRef<Path>, T: AsRef<Path>, TS: AsRef<Path>>(
|
|||
}
|
||||
|
||||
pub fn generate() -> Result<(), Box<dyn std::error::Error>> {
|
||||
let root = super::root_dir()?;
|
||||
let root = super::root_dir();
|
||||
|
||||
let docs_source_dir = root.join("api/sixtyfps-cpp");
|
||||
let docs_build_dir = root.join("target/cppdocs");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue