This website requires JavaScript.
Explore
Help
Sign in
GeneralBots
/
botui
Watch
2
Star
0
Fork
You've already forked botui
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
db0f0c1178
botui
/
build.rs
4 lines
15 B
Rust
Raw
Normal View
History
Unescape
Escape
Remove Tauri dependencies - botui is now pure web Tauri-specific code has been moved to the botapp crate. Changes: - Removed tauri, tauri-plugin-*, trayicon, ksni dependencies - Removed desktop feature flags - Removed src/desktop/ module (moved to botapp) - Removed tauri.conf.json (moved to botapp) - Simplified build.rs (no tauri_build) - Updated lib.rs and main.rs for pure web operation Architecture: - botui: Pure web UI (this crate) - no native deps - botapp: Tauri wrapper that loads botui's suite This separation allows: - Same UI code for web, desktop, and mobile - Clean dependency management - App-specific features only in native app
2025-12-04 09:03:03 -03:00
- Spliting from botserver.
2025-12-03 18:42:22 -03:00
fn
main
(
)
{
}
Reference in a new issue
Copy permalink