Fix path normalization on Windows

This commit is contained in:
Teoh Han Hui 2024-07-09 01:35:31 +08:00
parent fa66bb486b
commit 290da7c363
No known key found for this signature in database
GPG key ID: D43E2BABAF97DCAE
5 changed files with 37 additions and 2 deletions

View file

@ -38,6 +38,7 @@ unicode-normalization = { workspace = true, features = ["std"] }
[target.'cfg(windows)'.dependencies]
enable-ansi-support = { workspace = true, features = [] }
normpath = { workspace = true, features = [] }
[features]
default = ["autocomplete", "color"]