Use crates.io modit

This commit is contained in:
Jeremy Soller 2023-11-17 07:53:24 -07:00
parent 7d21045b2f
commit 1201d0c8b5
No known key found for this signature in database
GPG key ID: DCFCA852D3906975

View file

@ -15,6 +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.0", 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"] }
@ -26,12 +27,6 @@ unicode-linebreak = "0.1.5"
unicode-script = "0.5.5"
unicode-segmentation = "1.10.1"
#TODO: crates release
[dependencies.modit]
git = "https://github.com/pop-os/modit.git"
optional = true
#path = "../modit"
[dependencies.unicode-bidi]
version = "0.3.13"
default-features = false