Skip to content

Commit 919d982

Browse files
committed
port to mogwai 0.5
1 parent c6322c8 commit 919d982

File tree

19 files changed

+1552
-3031
lines changed

19 files changed

+1552
-3031
lines changed

Cargo.lock

+391-107
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ console_error_panic_hook = { version = "0.1.6", optional = true }
3636
wee_alloc = { version = "0.4.2", optional = true }
3737

3838
[dependencies.mogwai]
39-
git = "https://github.com/schell/mogwai.git"
40-
branch = "master"
39+
path = "../mogwai/crates/mogwai"
40+
#git = "https://github.com/schell/mogwai.git"
41+
#branch = "master"
4142

4243
[dependencies.web-sys]
4344
version = "^0.3"

0 commit comments

Comments
 (0)