ports/editors/lapce/files/patch-cargo-crates_wasmtime-0.39.1_Cargo.toml
Nuno Teixeira eebf2f3f34 editors/lapce: New port: Lightning-fast and Powerful Code Editor
Lapce is written in pure Rust with a UI in Druid. It is designed with
Rope Science from the Xi-Editor which makes for lightning-fast
computation, and leverages OpenGL for rendering.

 - Built-in LSP (Language Server Protocol) support to give you
   intelligent code features such as: completion, diagnostics and code
   actions
 - Modal editing support as first class citizen (Vim-like, and
   toggleable)
 - Built-in remote development support inspired by VSCode Remote
   Development.
 - Plugins can be written in programming languages that can compile to
   the WASI format (C, Rust, AssemblyScript)
 - Built-in terminal, so you can execute commands in your workspace,
   without leaving Lapce.

WWW: https://lapce.dev/

PR:		265892
2022-08-27 15:24:58 +01:00

10 lines
326 B
TOML

--- cargo-crates/wasmtime-0.39.1/Cargo.toml.orig 1970-01-01 00:00:01 UTC
+++ cargo-crates/wasmtime-0.39.1/Cargo.toml
@@ -146,7 +146,6 @@ default = [
"cranelift",
"pooling-allocator",
"memory-init-cow",
- "vtune",
]
jitdump = ["wasmtime-jit/jitdump"]
memory-init-cow = ["wasmtime-runtime/memory-init-cow"]