This website requires JavaScript.
Explore
Help
Sign In
gitbutlerapp
/
gitbutler
Watch
1
Star
1
Fork
0
You've already forked gitbutler
mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced
2024-12-12 07:13:34 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
007d3783b8
gitbutler
/
packages
/
tauri
/
build.rs
4 lines
40 B
Rust
Raw
Normal View
History
Unescape
Escape
simple tauri example
2023-01-31 17:55:57 +03:00
fn
main
(
)
{
* cleanup combined bin/lib in gitbutler * gitbutler as a lib is `gblib` now and used accordingly by `butler` * use `cargo-cranky` for shared lints across workspace until cargo supports Cargo.toml lints section in 1.75
2023-10-18 17:39:14 +03:00
tauri_build
::
build
(
)
;
simple tauri example
2023-01-31 17:55:57 +03:00
}
Reference in New Issue
Copy Permalink