aboutsummaryrefslogtreecommitdiff
path: root/helix-core/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-07-30 07:27:22 +0000
committerBlaž Hrastnik2021-07-30 07:27:22 +0000
commit0fdb626c2cc5518b10a9bfbedc8b78cff3d360c9 (patch)
tree71f4e454929bac7b2882a855a2df3078993bf4cc /helix-core/Cargo.toml
parentf88d4c1e20d4dbc244599ad3f3a5f301bec239bf (diff)
Remove embed_runtime feature
It's no longer practical to maintain. Closes #451
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r--helix-core/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index 634c4d9f..4316dc2c 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -11,7 +11,6 @@ homepage = "https://helix-editor.com"
include = ["src/**/*", "README.md"]
[features]
-embed_runtime = ["rust-embed"]
[dependencies]
helix-syntax = { version = "0.3", path = "../helix-syntax" }
@@ -34,7 +33,6 @@ toml = "0.5"
similar = "1.3"
etcetera = "0.3"
-rust-embed = { version = "5.9.0", optional = true }
[dev-dependencies]
quickcheck = { version = "1", default-features = false }