From 451472fe13fff56e4d0e78ad107c410f073c1d1f Mon Sep 17 00:00:00 2001 From: load1n9 <49134864+load1n9@users.noreply.github.com> Date: Sun, 14 Jun 2026 23:19:45 -0400 Subject: [PATCH] fix: add nova_vm typescript as a defailt --- crates/runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/runtime/Cargo.toml b/crates/runtime/Cargo.toml index 613d236..ffbfff1 100644 --- a/crates/runtime/Cargo.toml +++ b/crates/runtime/Cargo.toml @@ -8,7 +8,7 @@ publish = true readme = "../../README.md" [features] -default = [] +default = ["typescript"] canvas = ["dep:wgpu", "dep:image", "dep:lru", "dep:cosmic-text", "dep:swash"] crypto = ["dep:ring", "dep:rand"] storage = ["dep:rusqlite"]