Skip to content

Commit

Permalink
Release 0.4.0 - egui 0.12 and miniquad 0.3.0-alpha.30
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed May 10, 2021
1 parent 34a5416 commit 04f656a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.4.0 - 2021-05-10
* Update egui to `0.12.0`
* Update miniquad to `0.3.0-alpha.30`

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui-miniquad"
version = "0.3.0"
version = "0.4.0"

This comment has been minimized.

Copy link
@not-fl3

not-fl3 May 30, 2021

Owner

There is a little problem here - egui 0.12 brought ahash dependency and ahash through getrandom assumes wasm-bindgen usage :/
Probably I should go to getrandom and make a PR similar to sebcrozet/instant#14

but until the getrandom fix miniquad-egui is broken on wasm :(

This comment has been minimized.

Copy link
@emilk

emilk May 31, 2021

Author Collaborator

Oh no! This must be a regression of tkaitchuck/aHash#59 which was previously fixed in tkaitchuck/aHash#62

This comment has been minimized.

Copy link
@not-fl3

not-fl3 May 31, 2021

Owner

Just did git update/cargo update and wasm build is back! 🎉

authors = ["Logachev Fedor <not.fl3@gmail.com>", "Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "Bindings between egui and miniquad"
edition = "2018"
Expand Down
Binary file modified docs/demo.wasm
Binary file not shown.

0 comments on commit 04f656a

Please sign in to comment.