utkarshkukreti / draco

Draco is a Rust library for building client side web applications with Web Assembly.
Apache License 2.0
303 stars 18 forks source link

use rustc-hash instead of int_hash #19

Closed iamcodemaker closed 5 years ago

iamcodemaker commented 5 years ago

The int_hash crate has been yanked and the README says to use rustc-hash instead. I also updated to the latest web-sys (0.3.6). The 0.3.4 version wouldn't build for me.

Edit: closes #16, duplicates #17, #15

iamcodemaker commented 5 years ago

I need to change the source branch.