chore: update buttplug dependencies to commit fad6c9d
Some checks failed
Build and Push Docker Image to Gitea / build-and-push (push) Failing after 2m10s
Some checks failed
Build and Push Docker Image to Gitea / build-and-push (push) Failing after 2m10s
This commit is contained in:
@@ -16,15 +16,15 @@ name = "buttplug_wasm"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
buttplug_core = { git = "https://github.com/valknarthing/buttplug.git", default-features = false, features = ["wasm"] }
|
||||
buttplug_server = { git = "https://github.com/valknarthing/buttplug.git", default-features = false, features = ["wasm"] }
|
||||
buttplug_server_device_config = { git = "https://github.com/valknarthing/buttplug.git" }
|
||||
js-sys = "0.3.80"
|
||||
buttplug_core = { git = "https://github.com/valknarthing/buttplug.git", rev = "fad6c9d", default-features = false, features = ["wasm"] }
|
||||
buttplug_server = { git = "https://github.com/valknarthing/buttplug.git", rev = "fad6c9d", default-features = false, features = ["wasm"] }
|
||||
buttplug_server_device_config = { git = "https://github.com/valknarthing/buttplug.git", rev = "fad6c9d" }
|
||||
js-sys = "0.3.87"
|
||||
tracing-wasm = "0.2.1"
|
||||
log-panics = { version = "2.1.0", features = ["with-backtrace"] }
|
||||
console_error_panic_hook = "0.1.7"
|
||||
wasmtimer = "0.4.3"
|
||||
wasm-bindgen = { version = "0.2.103", features = ["serde-serialize"] }
|
||||
wasm-bindgen = { version = "0.2.110", features = ["serde-serialize"] }
|
||||
tokio = { version = "1.47.1", features = ["sync", "macros", "io-util"] }
|
||||
tokio-stream = "0.1.17"
|
||||
tracing = "0.1.41"
|
||||
@@ -33,12 +33,12 @@ tracing-subscriber = { version = "0.3.20", features = ["json"] }
|
||||
futures = "0.3.31"
|
||||
futures-util = "0.3.31"
|
||||
async-trait = "0.1.89"
|
||||
wasm-bindgen-futures = "0.4.53"
|
||||
wasm-bindgen-futures = "0.4.60"
|
||||
getrandom = { version = "0.3", features = ["wasm_js"] }
|
||||
parking_lot = { version = "0.11.1", features = ["wasm-bindgen"]}
|
||||
|
||||
[dependencies.web-sys]
|
||||
version = "0.3.80"
|
||||
version = "0.3.87"
|
||||
# path = "../../wasm-bindgen/crates/web-sys"
|
||||
#git = "https://github.com/rustwasm/wasm-bindgen"
|
||||
features = [
|
||||
|
||||
Reference in New Issue
Block a user