diff --git a/Cargo.toml b/Cargo.toml index 50e650c31cb..6e031c211f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,3 @@ members = [ 'tests/driver_lib', 'tests/rustdriver' ] - -# Needed to work around wasm32-unknown-emscripten toolchain aborting on cdylib crates -[patch.crates-io] -instant = { git = "https://github.com/sixtyfpsui/instant" } diff --git a/sixtyfps_runtime/corelib/Cargo.toml b/sixtyfps_runtime/corelib/Cargo.toml index 04dc638e5bd..043201f82d4 100644 --- a/sixtyfps_runtime/corelib/Cargo.toml +++ b/sixtyfps_runtime/corelib/Cargo.toml @@ -28,8 +28,5 @@ once_cell = "1.4" [target.'cfg(target_arch = "wasm32")'.dependencies] scoped-tls-hkt = "0.1" -[target.wasm32-unknown-emscripten.dependencies] -winit = { version = "0.22.1", features = [ "stdweb" ] } - [build-dependencies] cbindgen = "0.14.2"