mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Run wasm-bindgen in CI and update parking_lot (#1293)
* Run wasm-bindgen in CI * Update parking_lot 0.11 -> 0.12
This commit is contained in:
@@ -33,7 +33,7 @@ svg = ["resvg", "tiny-skia", "usvg"]
|
||||
|
||||
[dependencies]
|
||||
egui = { version = "0.16.1", path = "../egui", default-features = false, features = ["single_threaded"] }
|
||||
parking_lot = "0.11"
|
||||
parking_lot = "0.12"
|
||||
|
||||
# Optional dependencies:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user