Skip to content

Commit 84fc446

Browse files
authored
Fix wasm building (#8)
1 parent 8ea99a2 commit 84fc446

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [0.3.1] - 2024-12-08
11+
12+
### Changed
13+
* fix building for `wasm`
14+
1015
## [0.3.0] - 2024-12-04
1116

1217
### Changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_libgdx_atlas"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
authors = ["Rustunit <mail@rustunit.com>"]
66
description = "Support loading `libgdx.atlas` files (used for sprite sheets and such) as Bevy assets."
@@ -22,7 +22,7 @@ panic = "deny"
2222
bevy = { version = "0.15", default-features = false, features = [
2323
"bevy_asset",
2424
"bevy_sprite",
25-
"basis-universal",
25+
"png",
2626
] }
2727
thiserror = "1.0"
2828

0 commit comments

Comments
 (0)