Skip to content

Commit

Permalink
Move type-map to workspace Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 1, 2024
1 parent 4c09bd4 commit da1f25b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,15 @@ parking_lot = "0.12"
pollster = "0.4"
puffin = "0.19"
puffin_http = "0.16"
ron = "0.8"
raw-window-handle = "0.6.0"
ron = "0.8"
serde = { version = "1", features = ["derive"] }
thiserror = "1.0.37"
web-time = "1.1.0" # Timekeeping for native and web
type-map = "0.5.0"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
web-sys = "0.3.70"
web-time = "1.1.0" # Timekeeping for native and web
wgpu = { version = "23.0.0", default-features = false }
windows-sys = "0.59"
winit = { version = "0.30.5", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/egui-wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bytemuck.workspace = true
document-features.workspace = true
log.workspace = true
thiserror.workspace = true
type-map = "0.5.0"
type-map.workspace = true
web-time.workspace = true
wgpu = { workspace = true, features = ["wgsl"] }

Expand Down

0 comments on commit da1f25b

Please sign in to comment.