mirror of
https://github.com/csd4ni3l/browser.git
synced 2026-03-10 17:19:22 +01:00
fix html & css cache not working, use base64 for cache filenames, automatically update tab titles, store the old url & revert to current tab's url, make the browser work by requesting the url on enter, adding the css/html parse and receive. Fix Host header not changing for css urls. use serde_json serialization for css cache, add missing tree_to_vec function, and improve the renderer's boilerplate.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1843,6 +1843,7 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
||||
name = "csd4ni3l-browser"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bevy",
|
||||
"bevy_egui",
|
||||
"native-tls",
|
||||
|
||||
Reference in New Issue
Block a user