mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Use more workspace dependencies (#3975)
This commit is contained in:
@@ -56,7 +56,7 @@ egui = { version = "0.25.0", path = "../egui", default-features = false, feature
|
||||
|
||||
bytemuck = "1.7"
|
||||
glow.workspace = true
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
log.workspace = true
|
||||
memoffset = "0.7"
|
||||
# glutin stuck on old version of raw-window-handle:
|
||||
rwh_05 = { package = "raw-window-handle", version = "0.5.2", features = [
|
||||
@@ -65,7 +65,7 @@ rwh_05 = { package = "raw-window-handle", version = "0.5.2", features = [
|
||||
|
||||
#! ### Optional dependencies
|
||||
## Enable this when generating docs.
|
||||
document-features = { version = "0.2", optional = true }
|
||||
document-features = { workspace = true, optional = true }
|
||||
|
||||
# Native:
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user