mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
perf(ropey): enable simd
feature for stdx
(#12735)
This commit is contained in:
parent
80dbe030a1
commit
025719c1d8
3 changed files with 3 additions and 2 deletions
|
@ -44,6 +44,7 @@ thiserror = "2.0"
|
|||
tempfile = "3.15.0"
|
||||
bitflags = "2.8"
|
||||
unicode-segmentation = "1.2"
|
||||
ropey = { version = "1.6.1", default-features = false, features = ["simd"] }
|
||||
|
||||
[workspace.package]
|
||||
version = "25.1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue