From 197ecfd0687a7fd2a523fc30c8d4804264310aa4 Mon Sep 17 00:00:00 2001 From: TheRealJan Date: Sun, 8 Oct 2023 21:39:16 +0200 Subject: [PATCH] fix web build --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fdc79b2..b6c2eb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,9 @@ opt-level = 1 [profile.dev.package."*"] opt-level = 3 +[lib] +crate-type = ["cdylib", "rlib"] + [dependencies] #bevy = { git = "https://github.com/bevyengine/bevy", branch = "release-0.11.3", features = ["dynamic_linking"] } bevy = { version = "0.11.3" }