Text measuring, HN comment indenting

This commit is contained in:
stjet
2025-09-12 05:52:48 +00:00
parent 3994e2a1eb
commit b5f377ed05
12 changed files with 1000 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "koxinga"
version = "0.1.1"
version = "0.2.0-beta.0"
edition = "2021"
[[bin]]
@@ -8,5 +8,5 @@ name = "mingInternet_Koxinga_Browser"
path = "src/main.rs"
[dependencies]
ming-wm-lib = "0.1.5"
ming-wm-lib = "0.2.2"
reqwest = { version = "0.12", features = [ "blocking" ] }