Commit Graph
4 Commits
Author SHA1 Message Date
miles d6cd7ec94e update 2026-08-21 23:52:13 -05:00
miles f2a1898039 working to make it more stabel 2026-08-21 19:02:37 -05:00
miles 014a8cf8b7 feat: update dependencies and enhance window initialization for rendering context 2026-08-21 18:42:25 -05:00
miles 9446a7d0ab feat: initial implementation of a browser application using egui and wgpu
- Added Cargo.toml with dependencies for egui, wgpu, and other libraries.
- Implemented main application logic in src/app.rs, including window management, rendering, and tab handling.
- Created a new module src/servo_host.rs to manage interactions with the Servo engine and webview.
- Established event handling for user inputs, including keyboard and mouse events.
- Integrated a basic UI layout with a tab strip, toolbar, and status bar.
- Implemented functionality for navigating URLs and managing multiple tabs.
2026-08-21 15:29:21 -05:00