gitbutler/crates/gitbutler-tauri
Sebastian Thiel de6fd55658
remove try_new() in favor of new() in watcher.rs
`try_new()` here is used as constructor, which is what `new` is for
with less boilerplate.
2024-04-13 23:09:16 +02:00
..
icons initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
src remove try_new() in favor of new() in watcher.rs 2024-04-13 23:09:16 +02:00
tests use the new testsupport crate 2024-04-09 20:45:17 +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 use workspace dependencies for workspace crates 2024-04-10 13:09:04 +02:00
inject-git-binaries.sh update config to refer to new crate structure 2024-04-04 12:09:12 +02:00
tauri.conf.json update config to refer to new crate structure 2024-04-04 12:09:12 +02:00
tauri.conf.nightly.json update config to refer to new crate structure 2024-04-04 12:09:12 +02:00
tauri.conf.release.json removed bail on release windows ci builds 2024-04-09 21:14:56 +02:00