Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 27 additions & 37 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1157,9 +1157,8 @@ checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"

[[package]]
name = "ecolor"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30429559efada7bd06098ced68e90f1f745acb9a25b51caf158741493c5b94bb"
version = "0.36.1"
source = "git+https://github.com/emilk/egui?branch=emilk%2Fband-shape#45df33a21619dcc3449deec7fb315dbe21bf27c3"
dependencies = [
"bytemuck",
"emath",
Expand All @@ -1168,9 +1167,8 @@ dependencies = [

[[package]]
name = "eframe"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a9f6000a8c01ca5b79bb914777c85902a5173d9f6c44278463aa0039bee4ca4"
version = "0.36.1"
source = "git+https://github.com/emilk/egui?branch=emilk%2Fband-shape#45df33a21619dcc3449deec7fb315dbe21bf27c3"
dependencies = [
"ahash",
"bytemuck",
Expand Down Expand Up @@ -1206,9 +1204,8 @@ dependencies = [

[[package]]
name = "egui"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e70d4e8e8896ba5becb0bc1c8c06d203cb44ff16a93d7a619a5e565500085d"
version = "0.36.1"
source = "git+https://github.com/emilk/egui?branch=emilk%2Fband-shape#45df33a21619dcc3449deec7fb315dbe21bf27c3"
dependencies = [
"accesskit",
"ahash",
Expand All @@ -1228,9 +1225,8 @@ dependencies = [

[[package]]
name = "egui-wgpu"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a262a88482609aeda48457fa6f76f5b754b2965e88797c22ac8ab2709f397906"
version = "0.36.1"
source = "git+https://github.com/emilk/egui?branch=emilk%2Fband-shape#45df33a21619dcc3449deec7fb315dbe21bf27c3"
dependencies = [
"ahash",
"bytemuck",
Expand All @@ -1248,9 +1244,8 @@ dependencies = [

[[package]]
name = "egui-winit"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcc5ff243c9d41a665caeeb1e2b18258904524eb9f7c6840e00e9055017f0ade"
version = "0.36.1"
source = "git+https://github.com/emilk/egui?branch=emilk%2Fband-shape#45df33a21619dcc3449deec7fb315dbe21bf27c3"
dependencies = [
"accesskit_winit",
"arboard",
Expand Down Expand Up @@ -1278,16 +1273,15 @@ dependencies = [
"ahash",
"egui",
"enum-map",
"itertools",
"itertools 0.15.0",
"log",
"profiling",
]

[[package]]
name = "egui_glow"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc088c86612837efb5a79a0cef947edc59db0bf52a2230785836d27005866b58"
version = "0.36.1"
source = "git+https://github.com/emilk/egui?branch=emilk%2Fband-shape#45df33a21619dcc3449deec7fb315dbe21bf27c3"
dependencies = [
"bytemuck",
"egui",
Expand All @@ -1299,9 +1293,8 @@ dependencies = [

[[package]]
name = "egui_kittest"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0faf48edfa198e2343de2083bd10628a41197c1a17855cd12cec4c0f140dd3b"
version = "0.36.1"
source = "git+https://github.com/emilk/egui?branch=emilk%2Fband-shape#45df33a21619dcc3449deec7fb315dbe21bf27c3"
dependencies = [
"dify",
"eframe",
Expand Down Expand Up @@ -1343,9 +1336,8 @@ checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"

[[package]]
name = "emath"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b4d19daeb47a1e42e9e67fdc8dd003364b4d3e6c6bc4df865a2b5ad2c920e0"
version = "0.36.1"
source = "git+https://github.com/emilk/egui?branch=emilk%2Fband-shape#45df33a21619dcc3449deec7fb315dbe21bf27c3"
dependencies = [
"bytemuck",
"serde",
Expand Down Expand Up @@ -1434,9 +1426,8 @@ dependencies = [

[[package]]
name = "epaint"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84a7cb8f831a5a43423e4838101ac4a3264910f2f326670c24f4f4b7ee43d9c8"
version = "0.36.1"
source = "git+https://github.com/emilk/egui?branch=emilk%2Fband-shape#45df33a21619dcc3449deec7fb315dbe21bf27c3"
dependencies = [
"ahash",
"bytemuck",
Expand All @@ -1460,9 +1451,8 @@ dependencies = [

[[package]]
name = "epaint_default_fonts"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d16e23bfeaa81d590306ae25da24269a0686d240c623013badbda44d3f5fab46"
version = "0.36.1"
source = "git+https://github.com/emilk/egui?branch=emilk%2Fband-shape#45df33a21619dcc3449deec7fb315dbe21bf27c3"

[[package]]
name = "equivalent"
Expand Down Expand Up @@ -1751,9 +1741,9 @@ dependencies = [

[[package]]
name = "glifo"
version = "0.2.0"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed4a1bb24121291d27230c1b1b44e07d6a9b28cefdb32fe1581dfb84e14f940a"
checksum = "282a26c1e23de04bdab3e34a21b6f877a479b96737792516b9b8b8f69b6661be"
dependencies = [
"bytemuck",
"foldhash",
Expand Down Expand Up @@ -4161,9 +4151,9 @@ dependencies = [

[[package]]
name = "vello_common"
version = "0.1.0"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2e9aed918117e8152c9eddfd8362d73c465c23f26c44786aa331707b8a64fa2"
checksum = "bbb2141a2bca6e6d598e471fd4d1d7eed8e020aad6a28187edda07f091a325dd"
dependencies = [
"bytemuck",
"fearless_simd",
Expand All @@ -4176,9 +4166,9 @@ dependencies = [

[[package]]
name = "vello_cpu"
version = "0.1.0"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac7349e1f55f6b801c7c277958df4ea53e7f20f21e8014910ad888b2ecda93ea"
checksum = "ace506ca414548966fcf3c283be94eb1cad8254de488791ee698bf438b0890a9"
dependencies = [
"bytemuck",
"glifo",
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ web-sys = "0.3.83"

[patch.crates-io]
# When we want to use the bleeding edge version of egui and eframe:
# egui = { git = "https://github.com/emilk/egui", branch = "main" }
# egui_kittest = { git = "https://github.com/emilk/egui", branch = "main" }
# eframe = { git = "https://github.com/emilk/egui", branch = "main" }
# emath = { git = "https://github.com/emilk/egui", branch = "main" }
egui = { git = "https://github.com/emilk/egui", branch = "emilk/band-shape" }
egui_kittest = { git = "https://github.com/emilk/egui", branch = "emilk/band-shape" }
eframe = { git = "https://github.com/emilk/egui", branch = "emilk/band-shape" }
emath = { git = "https://github.com/emilk/egui", branch = "emilk/band-shape" }

# If you fork https://github.com/emilk/egui you can test with:
# egui = { path = "../egui/crates/egui" }
Expand Down
Loading
Loading