Skip to content

Commit 87bbe1d

Browse files
authored
156 refactor into workspaces (#157)
* chore: Major refactoring Still needs a massive go-over because there shouldn't be anything referencing tauri in any of the workspaces except the original one. Process manager has been refactored as an example Signed-off-by: quexeky <[email protected]> * fix: Remote tauri dependency from process Signed-off-by: quexeky <[email protected]> * refactor: Improvements to src-tauri Signed-off-by: quexeky <[email protected]> * refactor: Builds, but some logic still left to move back Signed-off-by: quexeky <[email protected]> * refactor: Finish refactor Signed-off-by: quexeky <[email protected]> * chore: Run cargo clippy && cargo fmt Signed-off-by: quexeky <[email protected]> * refactor: Move everything into src-tauri Signed-off-by: quexeky <[email protected]> --------- Signed-off-by: quexeky <[email protected]>
1 parent cc57ca7 commit 87bbe1d

File tree

107 files changed

+8684
-2722
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+8684
-2722
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ src-tauri/flamegraph.svg
2929
src-tauri/perf*
3030

3131
/*.AppImage
32-
/squashfs-root
32+
/squashfs-root
33+
34+
/target/

0 commit comments

Comments
 (0)