Skip to content

Commit

Permalink
Make egui_kittest a workspace dependency and update it to 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Feb 5, 2025
1 parent 363e506 commit 9c498d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
dependencies = [
"lazy_static",
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]

[[package]]
Expand Down Expand Up @@ -1103,8 +1103,9 @@ dependencies = [

[[package]]
name = "egui_kittest"
version = "0.30.0"
source = "git+https://github.com/emilk/egui?branch=master#99369666eea587f98dc458347e0b9daa6ac99c99"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a9133e9f6601f7c74edc78dd46b24034bbcf1b99f1bf268ef7b65cf09560ab"
dependencies = [
"dify",
"eframe",
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ahash = { version = "0.8.11", default-features = false, features = [
document-features = "0.2.10"
eframe = { version = "0.31.0", default-features = false }
egui = { version = "0.31.0", default-features = false }
egui_kittest = { version = "0.31.0", default-features = false }
emath = { version = "0.31.0", default-features = false }
env_logger = { version = "0.11.6", default-features = false, features = [
"auto-color",
Expand Down
2 changes: 1 addition & 1 deletion demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ wasm-bindgen-futures.workspace = true
web-sys.workspace = true # to access the DOM (to hide the loading text)

[dev-dependencies]
egui_kittest = { version = "0.30.0", features = ["snapshot", "wgpu", "eframe"] }
egui_kittest = { workspace = true, features = ["snapshot", "wgpu", "eframe"] }

0 comments on commit 9c498d5

Please sign in to comment.