fix(utils): make sure we do not build a .wasm file for utils
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 1m54s

This commit is contained in:
2026-01-21 17:24:54 +01:00
parent 43ef563ae7
commit 7f2214f15c
3 changed files with 19 additions and 39 deletions

View File

@@ -2,15 +2,15 @@
name = "nodarium_utils"
version = "0.1.0"
edition = "2021"
description = "A collection of utilities for Nodarium"
license = "MIT"
repository = "https://github.com/jim-fx/nodes"
description = "A collection of utilities for Nodarium"
[lib]
crate-type = ["rlib"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
glam = "0.30.10"
noise = "0.9.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }