gitbutler/crates/gitbutler-tauri
Sebastian Thiel b3b87b34a5
reduce tauri state
This is in preparation for making operations that access the filesystems
less stateful, which in turn makes it less akward to identify writing
methods with `&mut` lateron.

This includes accepting that all we really need is a single directory
to generate everything else we need on the fly. This simplifies commands.

For good measure, this also simplifies imports of smaller crates that are
involved.
2024-07-14 22:27:53 +02:00
..
icons initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
src reduce tauri state 2024-07-14 22:27:53 +02:00
.gitignore initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
build.rs update config to refer to new crate structure 2024-04-04 12:09:12 +02:00
Cargo.toml let UI trigger necessary updates on addition and removal 2024-07-12 15:19:09 +02:00
inject-git-binaries.sh Allow local overrides for the target triple of production windows builds. 2024-05-25 15:05:43 +02:00
tauri.conf.json feat: extract svelte build into own GHA job (#4321) 2024-07-10 13:45:18 +00:00
tauri.conf.nightly.json feat: extract svelte build into own GHA job (#4321) 2024-07-10 13:45:18 +00:00
tauri.conf.release.json feat: extract svelte build into own GHA job (#4321) 2024-07-10 13:45:18 +00:00