Skip to content

Commit fa615de

Browse files
committed
Update lz4_flex to 0.11
1 parent 8e56d81 commit fa615de

2 files changed

Lines changed: 16 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ infer = "0.15" # infer MIME type by checking the magic number signature
132132
itertools = "0.11"
133133
js-sys = "0.3"
134134
lazy_static = "1.4"
135-
lz4_flex = "0.10"
135+
lz4_flex = "0.11"
136136
log = "0.4"
137137
log-once = "0.4"
138138
macaw = "0.18"
@@ -240,3 +240,14 @@ egui_extras = { git = "https://github.com/emilk/egui.git", rev = "7bfaf4963676d0
240240
egui-wgpu = { git = "https://github.com/emilk/egui.git", rev = "7bfaf4963676d02a88000b900b46365a827e0b65" } # egui master 2023-11-19
241241
emath = { git = "https://github.com/emilk/egui.git", rev = "7bfaf4963676d02a88000b900b46365a827e0b65" } # egui master 2023-11-19
242242
epaint = { git = "https://github.com/emilk/egui.git", rev = "7bfaf4963676d02a88000b900b46365a827e0b65" } # egui master 2023-11-19
243+
244+
# Useful while developing:
245+
# ecolor = { path = "../../egui/crates/ecolor" }
246+
# eframe = { path = "../../egui/crates/eframe" }
247+
# egui = { path = "../../egui/crates/egui" }
248+
# egui_extras = { path = "../../egui/crates/egui_extras" }
249+
# egui-wgpu = { path = "../../egui/crates/egui-wgpu" }
250+
# emath = { path = "../../egui/crates/emath" }
251+
# epaint = { path = "../../egui/crates/epaint" }
252+
253+
# puffin = { path = "../../embark/puffin/puffin" }

0 commit comments

Comments
 (0)