Skip to content

Commit

Permalink
Useless diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Nov 19, 2024
1 parent 78f11c3 commit 0b91455
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = [
"Emil Ernerfeldt <emil.ernerfeldt@gmail.com>",
"rerun.io <opensource@rerun.io>",
"Emil Ernerfeldt <emil.ernerfeldt@gmail.com>",
"rerun.io <opensource@rerun.io>",
]
categories = ["gui"]
description = "A tiling layout engine for egui with drag-and-drop and resizing"
Expand All @@ -27,8 +27,8 @@ serde = ["dep:serde", "egui/serde"]

[dependencies]
ahash = { version = "0.8.1", default-features = false, features = [
"no-rng", # we don't need DOS-protection for what we use ahash for
"std",
"no-rng", # we don't need DOS-protection for what we use ahash for
"std",
] }
egui = { version = "0.29", default-features = false }
itertools = "0.13"
Expand All @@ -39,9 +39,9 @@ serde = { version = "1", features = ["derive"], optional = true }
[dev-dependencies]
# For the example:
eframe = { version = "0.29.1", default-features = false, features = [
"default_fonts",
"glow",
"persistence",
"default_fonts",
"glow",
"persistence",
] }
env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
Expand Down

0 comments on commit 0b91455

Please sign in to comment.