mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
chore: remove ts-rs
This commit is contained in:
parent
4badef19f1
commit
ac42522987
2 changed files with 0 additions and 25 deletions
24
Cargo.lock
generated
24
Cargo.lock
generated
|
@ -2832,7 +2832,6 @@ dependencies = [
|
|||
"sum_tree",
|
||||
"time 0.3.21",
|
||||
"tiny-skia",
|
||||
"ts-rs",
|
||||
"usvg",
|
||||
"util",
|
||||
"uuid 1.3.2",
|
||||
|
@ -7572,29 +7571,6 @@ version = "0.2.4"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
||||
|
||||
[[package]]
|
||||
name = "ts-rs"
|
||||
version = "6.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4added4070a4fdf9df03457206cd2e4b12417c8560a2954d91ffcbe60177a56a"
|
||||
dependencies = [
|
||||
"thiserror",
|
||||
"ts-rs-macros",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ts-rs-macros"
|
||||
version = "6.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9f807fdb3151fee75df7485b901a89624358cd07a67a8fb1a5831bf5a07681ff"
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 1.0.109",
|
||||
"termcolor",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ttf-parser"
|
||||
version = "0.9.0"
|
||||
|
|
|
@ -51,7 +51,6 @@ tiny-skia = "0.5"
|
|||
usvg = { version = "0.14", features = [] }
|
||||
uuid = { version = "1.1.2", features = ["v4"] }
|
||||
waker-fn = "1.1.0"
|
||||
ts-rs = "6.2.1"
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = "0.65.1"
|
||||
|
|
Loading…
Reference in a new issue