mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
compiler: Rework path handling
Add some code to do platform-independent path processing. This is necessary aas WASM does e.g. not have any absolute paths and such and the compiler tended to produce wrong results in that case. Side-effect: We no longer need to depend on `dunce`
This commit is contained in:
parent
26e2a3d422
commit
0ff8e2cdb6
12 changed files with 611 additions and 85 deletions
|
@ -30,6 +30,7 @@ pub mod lookup;
|
|||
pub mod namedreference;
|
||||
pub mod object_tree;
|
||||
pub mod parser;
|
||||
pub mod pathutils;
|
||||
pub mod typeloader;
|
||||
pub mod typeregister;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue