This website requires JavaScript.
Explore
Help
Sign In
LotusGuild
/
cinny-desktop
Watch
2
Star
0
Fork
0
You've already forked cinny-desktop
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
Files
d15e86a176cb1b6c8a84f35ff9d7505a3bbc36b1
cinny-desktop
/
src-tauri
/
src
/
main.rs
T
5 lines
99 B
Rust
Raw
Normal View
History
Unescape
Escape
Update Tauri from v1 to v2 (
#496
)
2026-03-03 23:16:04 +11:00
#![
cfg_attr(not(debug_assertions), windows_subsystem =
"
windows
"
)
]
add tauri-local-host plugin for sw (
#345
)
2024-09-13 22:04:35 +10:00
Add support for tauri app
2022-04-29 19:52:14 +05:30
fn
main
(
)
{
Update Tauri from v1 to v2 (
#496
)
2026-03-03 23:16:04 +11:00
app_lib
::
run
(
)
;
}
Reference in New Issue
Copy Permalink