Skip to content

Commit

Permalink
Fix compilation on wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
maddymakesgames committed Jan 21, 2025
1 parent fcf866b commit 6f1a00b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 242 deletions.
237 changes: 0 additions & 237 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ anyhow = "1"
aliasable = "0.1"
celeste_rs_macros = { version = "0.2", path = "../macros" }
chrono = { version = "0.4", features = ["serde"] }
dotnetdll = "0.0.4"
quick-xml = { version = "0.36.1", features = ["serialize"] }
serde = { version = "1", features = ["derive"] }
serde-aux = "4.4"
saphyr = "0.0.1"
zip = "2.2"
zip = { version = "2.2", default-features = false }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
dotnetdll = "0.0.4"
Loading

0 comments on commit 6f1a00b

Please sign in to comment.