Implement project search in context drawer

This commit is contained in:
Jeremy Soller 2023-11-29 14:33:17 -07:00
parent 8996394c75
commit 7b0d59785c
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
10 changed files with 469 additions and 15 deletions

View file

@ -7,6 +7,8 @@ license = "GPL-3.0-only"
[dependencies]
env_logger = "0.10.0"
grep = "0.3.1"
ignore = "0.4.21"
lazy_static = "1.4.0"
log = "0.4.20"
notify = "6.1.1"
@ -30,7 +32,7 @@ features = ["syntect", "vi"]
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
default-features = false
features = ["tokio", "winit", "wgpu"]
features = ["tokio", "winit"]
#path = "../libcosmic"
#TODO: clean up and send changes upstream