summaryrefslogtreecommitdiff
path: root/examples/rust/Cargo.toml
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-05-02 21:14:02 +0200
committerHenry <mail@henrygressmann.de>2026-05-02 21:19:54 +0200
commitba1cf56464f8e5c3c7bcc2dc75f10aad2cd56e6b (patch)
treedd0bef203b31c494f48e72c1169f2f50ae7b6d21 /examples/rust/Cargo.toml
parentd3c6b705a3b1035adda66a92131e9ddf59fb46ab (diff)
chore: add more tests, fix issues with import types, cleanup doom example
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'examples/rust/Cargo.toml')
-rw-r--r--examples/rust/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
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]