ViEditor: update modit and improve put implementation

This commit is contained in:
Jeremy Soller 2023-12-05 10:05:26 -07:00
parent de6f2c7fbe
commit b7bdd62eb3
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
2 changed files with 64 additions and 4 deletions

View file

@ -15,7 +15,7 @@ fontdb = { version = "0.16.0", default-features = false }
hashbrown = { version = "0.14.1", optional = true, default-features = false }
libm = "0.2.8"
log = "0.4.20"
modit = { version = "0.1.2", optional = true }
modit = { version = "0.1.3", optional = true }
rangemap = "1.4.0"
rustc-hash = { version = "1.1.0", default-features = false }
rustybuzz = { version = "0.11.0", default-features = false, features = ["libm"] }