From ba1cf56464f8e5c3c7bcc2dc75f10aad2cd56e6b Mon Sep 17 00:00:00 2001 From: Henry Date: Sat, 2 May 2026 21:14:02 +0200 Subject: chore: add more tests, fix issues with import types, cleanup doom example Signed-off-by: Henry --- examples/rust/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/rust') diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml index 73aa815..97f9674 100644 --- a/examples/rust/Cargo.toml +++ b/examples/rust/Cargo.toml @@ -1,12 +1,9 @@ -cargo-features=["per-package-target"] - # treat this as an independent package [workspace] [package] publish=false name="rust-wasm-examples" -forced-target="wasm32-unknown-unknown" edition="2021" [dependencies] -- cgit v1.3.1