Browse Source

Update dependencies (#3700)

Also disable `regex` `env_logger` feature in examples to improve compile
times.
pull/3707/head
Emil Ernerfeldt 11 months ago
committed by GitHub
parent
commit
c8dd3dd01a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 139
      Cargo.lock
  2. 1
      Cargo.toml
  3. 5
      crates/egui_demo_app/Cargo.toml
  4. 2
      crates/egui_demo_lib/Cargo.toml
  5. 2
      crates/epaint/Cargo.toml
  6. 1
      deny.toml
  7. 5
      examples/confirm_exit/Cargo.toml
  8. 5
      examples/custom_3d_glow/Cargo.toml
  9. 5
      examples/custom_font/Cargo.toml
  10. 5
      examples/custom_font_style/Cargo.toml
  11. 5
      examples/custom_window_frame/Cargo.toml
  12. 5
      examples/file_dialog/Cargo.toml
  13. 5
      examples/hello_world/Cargo.toml
  14. 5
      examples/hello_world_par/Cargo.toml
  15. 5
      examples/hello_world_simple/Cargo.toml
  16. 5
      examples/images/Cargo.toml
  17. 5
      examples/keyboard_events/Cargo.toml
  18. 5
      examples/multiple_viewports/Cargo.toml
  19. 5
      examples/puffin_profiler/Cargo.toml
  20. 5
      examples/save_plot/Cargo.toml
  21. 5
      examples/screenshot/Cargo.toml
  22. 5
      examples/serial_windows/Cargo.toml
  23. 5
      examples/test_inline_glow_paint/Cargo.toml
  24. 5
      examples/test_viewports/Cargo.toml
  25. 5
      examples/user_attention/Cargo.toml

139
Cargo.lock

@ -181,6 +181,12 @@ version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
[[package]]
name = "anstyle"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.75" version = "1.0.75"
@ -437,17 +443,6 @@ dependencies = [
"zbus", "zbus",
] ]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi 0.1.19",
"libc",
"winapi",
]
[[package]] [[package]]
name = "autocfg" name = "autocfg"
version = "1.1.0" version = "1.1.0"
@ -734,25 +729,29 @@ checksum = "7a0e87cdf78571d9fbeff16861c37a006cd718d2433dc6d5b80beaae367d899a"
[[package]] [[package]]
name = "clap" name = "clap"
version = "3.2.25" version = "4.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2"
dependencies = [ dependencies = [
"bitflags 1.3.2", "clap_builder",
"clap_lex",
"indexmap 1.9.3",
"textwrap",
] ]
[[package]] [[package]]
name = "clap_lex" name = "clap_builder"
version = "0.2.4" version = "4.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb"
dependencies = [ dependencies = [
"os_str_bytes", "anstyle",
"clap_lex",
] ]
[[package]]
name = "clap_lex"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
[[package]] [[package]]
name = "clipboard-win" name = "clipboard-win"
version = "4.5.0" version = "4.5.0"
@ -909,19 +908,19 @@ dependencies = [
[[package]] [[package]]
name = "criterion" name = "criterion"
version = "0.4.0" version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
dependencies = [ dependencies = [
"anes", "anes",
"atty",
"cast", "cast",
"ciborium", "ciborium",
"clap", "clap",
"criterion-plot", "criterion-plot",
"is-terminal",
"itertools", "itertools",
"lazy_static",
"num-traits", "num-traits",
"once_cell",
"oorandom", "oorandom",
"regex", "regex",
"serde", "serde",
@ -1021,9 +1020,12 @@ checksum = "8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5"
[[package]] [[package]]
name = "deranged" name = "deranged"
version = "0.3.8" version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" checksum = "8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc"
dependencies = [
"powerfmt",
]
[[package]] [[package]]
name = "derivative" name = "derivative"
@ -1373,7 +1375,6 @@ dependencies = [
"humantime", "humantime",
"is-terminal", "is-terminal",
"log", "log",
"regex",
"termcolor", "termcolor",
] ]
@ -1884,7 +1885,7 @@ checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c"
dependencies = [ dependencies = [
"bitflags 2.4.0", "bitflags 2.4.0",
"gpu-descriptor-types", "gpu-descriptor-types",
"hashbrown 0.14.0", "hashbrown",
] ]
[[package]] [[package]]
@ -1922,15 +1923,9 @@ checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
[[package]] [[package]]
name = "hashbrown" name = "hashbrown"
version = "0.12.3" version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
dependencies = [ dependencies = [
"ahash", "ahash",
"allocator-api2", "allocator-api2",
@ -1982,15 +1977,6 @@ dependencies = [
"env_logger", "env_logger",
] ]
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]] [[package]]
name = "hermit-abi" name = "hermit-abi"
version = "0.3.3" version = "0.3.3"
@ -2090,22 +2076,12 @@ checksum = "df19da1e92fbfec043ca97d622955381b1f3ee72a180ec999912df31b1ccd951"
[[package]] [[package]]
name = "indexmap" name = "indexmap"
version = "1.9.3" version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
]
[[package]]
name = "indexmap"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
dependencies = [ dependencies = [
"equivalent", "equivalent",
"hashbrown 0.14.0", "hashbrown",
] ]
[[package]] [[package]]
@ -2126,7 +2102,7 @@ version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [ dependencies = [
"hermit-abi 0.3.3", "hermit-abi",
"libc", "libc",
"windows-sys 0.48.0", "windows-sys 0.48.0",
] ]
@ -2137,7 +2113,7 @@ version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
dependencies = [ dependencies = [
"hermit-abi 0.3.3", "hermit-abi",
"rustix 0.38.14", "rustix 0.38.14",
"windows-sys 0.48.0", "windows-sys 0.48.0",
] ]
@ -2441,15 +2417,15 @@ dependencies = [
[[package]] [[package]]
name = "naga" name = "naga"
version = "0.14.0" version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61d829abac9f5230a85d8cc83ec0879b4c09790208ae25b5ea031ef84562e071" checksum = "ae585df4b6514cf8842ac0f1ab4992edc975892704835b549cf818dc0191249e"
dependencies = [ dependencies = [
"bit-set", "bit-set",
"bitflags 2.4.0", "bitflags 2.4.0",
"codespan-reporting", "codespan-reporting",
"hexf-parse", "hexf-parse",
"indexmap 2.0.0", "indexmap",
"log", "log",
"num-traits", "num-traits",
"rustc-hash", "rustc-hash",
@ -2706,12 +2682,6 @@ dependencies = [
"pin-project-lite", "pin-project-lite",
] ]
[[package]]
name = "os_str_bytes"
version = "6.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
[[package]] [[package]]
name = "owned_ttf_parser" name = "owned_ttf_parser"
version = "0.19.0" version = "0.19.0"
@ -2811,12 +2781,12 @@ checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
[[package]] [[package]]
name = "plist" name = "plist"
version = "1.5.0" version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdc0001cfea3db57a2e24bc0d818e9e20e554b5f97fabb9bc231dc240269ae06" checksum = "e5699cc8a63d1aa2b1ee8e12b9ad70ac790d65788cd36101fa37f87ea46c4cef"
dependencies = [ dependencies = [
"base64 0.21.4", "base64 0.21.4",
"indexmap 1.9.3", "indexmap",
"line-wrap", "line-wrap",
"quick-xml", "quick-xml",
"serde", "serde",
@ -2868,6 +2838,12 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]] [[package]]
name = "ppv-lite86" name = "ppv-lite86"
version = "0.2.17" version = "0.2.17"
@ -2945,9 +2921,9 @@ dependencies = [
[[package]] [[package]]
name = "quick-xml" name = "quick-xml"
version = "0.29.0" version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51" checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
dependencies = [ dependencies = [
"memchr", "memchr",
] ]
@ -3612,12 +3588,6 @@ dependencies = [
"env_logger", "env_logger",
] ]
[[package]]
name = "textwrap"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "1.0.49" version = "1.0.49"
@ -3640,12 +3610,13 @@ dependencies = [
[[package]] [[package]]
name = "time" name = "time"
version = "0.3.29" version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe" checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
dependencies = [ dependencies = [
"deranged", "deranged",
"itoa", "itoa",
"powerfmt",
"serde", "serde",
"time-core", "time-core",
"time-macros", "time-macros",
@ -3743,7 +3714,7 @@ version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [ dependencies = [
"indexmap 2.0.0", "indexmap",
"serde", "serde",
"serde_spanned", "serde_spanned",
"toml_datetime", "toml_datetime",

1
Cargo.toml

@ -48,6 +48,7 @@ opt-level = 2
[workspace.dependencies] [workspace.dependencies]
criterion = { version = "0.5.1", default-features = false }
puffin = "0.18" puffin = "0.18"
raw-window-handle = "0.5.0" raw-window-handle = "0.5.0"
thiserror = "1.0.37" thiserror = "1.0.37"

5
crates/egui_demo_app/Cargo.toml

@ -73,7 +73,10 @@ serde = { version = "1", optional = true, features = ["derive"] }
# native: # native:
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }
rfd = { version = "0.11", optional = true } rfd = { version = "0.11", optional = true }
# web: # web:

2
crates/egui_demo_lib/Cargo.toml

@ -52,7 +52,7 @@ serde = { version = "1", optional = true, features = ["derive"] }
[dev-dependencies] [dev-dependencies]
criterion = { version = "0.4", default-features = false } criterion.workspace = true
[[bench]] [[bench]]

2
crates/epaint/Cargo.toml

@ -98,7 +98,7 @@ backtrace = { version = "0.3", optional = true }
[dev-dependencies] [dev-dependencies]
criterion = { version = "0.4", default-features = false } criterion.workspace = true
[[bench]] [[bench]]

1
deny.toml

@ -36,6 +36,7 @@ deny = [
skip = [ skip = [
{ name = "arrayvec" }, # old version via tiny-skiaz { name = "arrayvec" }, # old version via tiny-skiaz
{ name = "base64" }, # small crate, old version from usvg { name = "base64" }, # small crate, old version from usvg
{ name = "bitflags" }, # old 1.0 version via glutin, png, spirv, …
{ name = "glow" }, # TODO(@wumpf): Old version use for glow backend right now, newer for wgpu. Updating this trickles out to updating winit. { name = "glow" }, # TODO(@wumpf): Old version use for glow backend right now, newer for wgpu. Updating this trickles out to updating winit.
{ name = "glutin_wgl_sys" }, # TODO(@wumpf): Old version use for glow backend right now, newer for wgpu. Updating this trickles out to updating winit. { name = "glutin_wgl_sys" }, # TODO(@wumpf): Old version use for glow backend right now, newer for wgpu. Updating this trickles out to updating winit.
{ name = "libloading" }, # wgpu-hal itself depends on 0.8 while some of its dependencies, like ash and d3d12, depend on 0.7 { name = "libloading" }, # wgpu-hal itself depends on 0.8 while some of its dependencies, like ash and d3d12, depend on 0.7

5
examples/confirm_exit/Cargo.toml

@ -12,4 +12,7 @@ publish = false
eframe = { path = "../../crates/eframe", features = [ eframe = { path = "../../crates/eframe", features = [
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
] } ] }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }

5
examples/custom_3d_glow/Cargo.toml

@ -12,4 +12,7 @@ publish = false
eframe = { path = "../../crates/eframe", features = [ eframe = { path = "../../crates/eframe", features = [
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
] } ] }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }

5
examples/custom_font/Cargo.toml

@ -12,4 +12,7 @@ publish = false
eframe = { path = "../../crates/eframe", features = [ eframe = { path = "../../crates/eframe", features = [
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
] } ] }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }

5
examples/custom_font_style/Cargo.toml

@ -12,4 +12,7 @@ publish = false
eframe = { path = "../../crates/eframe", features = [ eframe = { path = "../../crates/eframe", features = [
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
] } ] }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }

5
examples/custom_window_frame/Cargo.toml

@ -12,4 +12,7 @@ publish = false
eframe = { path = "../../crates/eframe", features = [ eframe = { path = "../../crates/eframe", features = [
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
] } ] }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }

5
examples/file_dialog/Cargo.toml

@ -12,5 +12,8 @@ publish = false
eframe = { path = "../../crates/eframe", features = [ eframe = { path = "../../crates/eframe", features = [
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
] } ] }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }
rfd = "0.11" rfd = "0.11"

5
examples/hello_world/Cargo.toml

@ -16,4 +16,7 @@ eframe = { path = "../../crates/eframe", features = [
# For image support: # For image support:
egui_extras = { path = "../../crates/egui_extras", features = ["image"] } egui_extras = { path = "../../crates/egui_extras", features = ["image"] }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }

5
examples/hello_world_par/Cargo.toml

@ -14,4 +14,7 @@ eframe = { path = "../../crates/eframe", default-features = false, features = [
"default_fonts", "default_fonts",
"wgpu", "wgpu",
] } ] }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }

5
examples/hello_world_simple/Cargo.toml

@ -12,4 +12,7 @@ publish = false
eframe = { path = "../../crates/eframe", features = [ eframe = { path = "../../crates/eframe", features = [
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
] } ] }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }

5
examples/images/Cargo.toml

@ -13,7 +13,10 @@ eframe = { path = "../../crates/eframe", features = [
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
] } ] }
egui_extras = { path = "../../crates/egui_extras", features = ["all_loaders"] } egui_extras = { path = "../../crates/egui_extras", features = ["all_loaders"] }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }
image = { version = "0.24", default-features = false, features = [ image = { version = "0.24", default-features = false, features = [
"jpeg", "jpeg",
"png", "png",

5
examples/keyboard_events/Cargo.toml

@ -12,4 +12,7 @@ publish = false
eframe = { path = "../../crates/eframe", features = [ eframe = { path = "../../crates/eframe", features = [
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
] } ] }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }

5
examples/multiple_viewports/Cargo.toml

@ -12,4 +12,7 @@ publish = false
eframe = { path = "../../crates/eframe", features = [ eframe = { path = "../../crates/eframe", features = [
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
] } ] }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }

5
examples/puffin_profiler/Cargo.toml

@ -17,6 +17,9 @@ eframe = { path = "../../crates/eframe", features = [
"puffin", "puffin",
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
] } ] }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }
puffin = "0.18" puffin = "0.18"
puffin_http = "0.15" puffin_http = "0.15"

5
examples/save_plot/Cargo.toml

@ -14,4 +14,7 @@ eframe = { path = "../../crates/eframe", features = [
egui_plot = { path = "../../crates/egui_plot" } egui_plot = { path = "../../crates/egui_plot" }
image = { version = "0.24", default-features = false, features = ["png"] } image = { version = "0.24", default-features = false, features = ["png"] }
rfd = "0.11.0" rfd = "0.11.0"
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }

5
examples/screenshot/Cargo.toml

@ -16,5 +16,8 @@ eframe = { path = "../../crates/eframe", features = [
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
"wgpu", "wgpu",
] } ] }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }
image = { version = "0.24", default-features = false, features = ["png"] } image = { version = "0.24", default-features = false, features = ["png"] }

5
examples/serial_windows/Cargo.toml

@ -12,4 +12,7 @@ publish = false
eframe = { path = "../../crates/eframe", features = [ eframe = { path = "../../crates/eframe", features = [
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
] } ] }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }

5
examples/test_inline_glow_paint/Cargo.toml

@ -11,4 +11,7 @@ publish = false
[dependencies] [dependencies]
eframe = { path = "../../crates/eframe" } eframe = { path = "../../crates/eframe" }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }

5
examples/test_viewports/Cargo.toml

@ -14,4 +14,7 @@ wgpu = ["eframe/wgpu"]
eframe = { path = "../../crates/eframe", features = [ eframe = { path = "../../crates/eframe", features = [
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
] } ] }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }

5
examples/user_attention/Cargo.toml

@ -11,4 +11,7 @@ publish = false
eframe = { path = "../../crates/eframe", features = [ eframe = { path = "../../crates/eframe", features = [
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
] } ] }
env_logger = "0.10" env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }

Loading…
Cancel
Save