From c9d4d04979a3889bd24aa574ca1793324cf248d6 Mon Sep 17 00:00:00 2001 From: dusk Date: Fri, 30 Aug 2024 22:10:38 +0300 Subject: [PATCH] build: add more libs --- addons/boids/lib/boids.wasm | 3 +++ addons/boids/lib/boids.x86.dll | 4 ++-- rust/Cargo.toml | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 addons/boids/lib/boids.wasm diff --git a/addons/boids/lib/boids.wasm b/addons/boids/lib/boids.wasm new file mode 100644 index 0000000..1d3a719 --- /dev/null +++ b/addons/boids/lib/boids.wasm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cba5e0ce3192c40266b0870080f76d0bacc75729af79b737be2a8b88c66082c +size 1067029 diff --git a/addons/boids/lib/boids.x86.dll b/addons/boids/lib/boids.x86.dll index 28fd944..a919bde 100644 --- a/addons/boids/lib/boids.x86.dll +++ b/addons/boids/lib/boids.x86.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49483e6cb3237d497403a44430396c332353032bfc439d85ca3a6fe91ade63d1 -size 4386816 +oid sha256:5b021435b1eb30bea8e7f0db3fc6157f68b7c2ffc44a9dda0695ffc96daa887c +size 4432896 diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7b80ede..6c86991 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -10,14 +10,14 @@ crate-type = ["cdylib"] stats = [] [dependencies] -godot = { git = "https://github.com/godot-rust/gdext", branch = "master", features = ["api-4-3", "experimental-threads", "register-docs"] } +godot = { git = "https://github.com/godot-rust/gdext", branch = "master", features = ["api-4-3", "register-docs"] } glam = { version = "0.28", features = ["fast-math"] } rayon = { version = "1.10" } rustc-hash = "2" indexmap = "2.4.0" [target.wasm32-unknown-emscripten.dependencies] -godot = { git = "https://github.com/godot-rust/gdext", branch = "master", features = ["api-4-3", "experimental-threads", "register-docs", "experimental-wasm", "lazy-function-tables"] } +godot = { git = "https://github.com/godot-rust/gdext", branch = "master", features = ["api-4-3", "register-docs", "experimental-wasm", "lazy-function-tables"] } [profile.dev] opt-level = 1 \ No newline at end of file