Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Oct 3, 2024
1 parent 0fedb5b commit 13d011f
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 36 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hello_egui"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "A collection of useful crates for egui."
authors = ["Lucas Meurer"]
Expand Down Expand Up @@ -71,20 +71,20 @@ members = ["fancy-example", "crates/*", "scripts"]
resolver = "2"

[workspace.dependencies]
egui_dnd = { path = "./crates/egui_dnd", version = "0.9.1" }
egui_animation = { path = "./crates/egui_animation", version = "0.5.0" }
hello_egui_utils = { path = "./crates/hello_egui_utils", version = "0.5.0" }
egui_dnd = { path = "./crates/egui_dnd", version = "0.10.0" }
egui_animation = { path = "./crates/egui_animation", version = "0.6.0" }
hello_egui_utils = { path = "./crates/hello_egui_utils", version = "0.6.0" }
egui_flex = { path = "./crates/egui_flex", version = "0.1.0" }
egui_form = { path = "./crates/egui_form", version = "0.2.0" }
egui_inbox = { path = "./crates/egui_inbox", version = "0.5.0" }
egui_pull_to_refresh = { path = "./crates/egui_pull_to_refresh", version = "0.5.0" }
egui_router = { path = "./crates/egui_router", version = "0.1.2" }
egui_suspense = { path = "./crates/egui_suspense", version = "0.5.0" }
egui_virtual_list = { path = "./crates/egui_virtual_list", version = "0.4.0" }
egui_infinite_scroll = { path = "./crates/egui_infinite_scroll", version = "0.4.0" }
egui_thumbhash = { path = "./crates/egui_thumbhash", version = "0.4.0" }
egui_form = { path = "./crates/egui_form", version = "0.3.0" }
egui_inbox = { path = "./crates/egui_inbox", version = "0.6.0" }
egui_pull_to_refresh = { path = "./crates/egui_pull_to_refresh", version = "0.6.0" }
egui_router = { path = "./crates/egui_router", version = "0.2.0" }
egui_suspense = { path = "./crates/egui_suspense", version = "0.6.0" }
egui_virtual_list = { path = "./crates/egui_virtual_list", version = "0.5.0" }
egui_infinite_scroll = { path = "./crates/egui_infinite_scroll", version = "0.5.0" }
egui_thumbhash = { path = "./crates/egui_thumbhash", version = "0.5.0" }
egui_material_icons = { path = "./crates/egui_material_icons", version = "0.1.0" }
hello_egui = { path = ".", version = "0.5.0" }
hello_egui = { path = ".", version = "0.6.0" }

egui = { version = "0.29", default-features = false }
eframe = { version = "0.29", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/egui_animation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_animation"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "Experimental animation utilities for egui, including easing functions and a collapse view."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/egui_dnd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_dnd"
version = "0.9.1"
version = "0.10.0"
edition = "2021"
authors = ["Lucas Meurer"]
repository = "https://github.com/lucasmerlin/hello_egui/tree/main/crates/egui_dnd"
Expand Down
2 changes: 1 addition & 1 deletion crates/egui_form/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_form"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "Form validation for egui"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/egui_inbox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_inbox"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "Utility to send messages to egui views from async functions, callbacks, etc. without having to use interior mutability."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/egui_infinite_scroll/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_infinite_scroll"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["Lucas Meurer"]
homepage = "https://lucasmerlin.github.io/hello_egui/"
Expand Down
2 changes: 1 addition & 1 deletion crates/egui_pull_to_refresh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_pull_to_refresh"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "A pull to refresh library for egui"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/egui_router/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_router"
version = "0.1.2"
version = "0.2.0"
edition = "2021"
authors = ["Lucas Meurer"]
description = "A SPA router for egui"
Expand Down
2 changes: 1 addition & 1 deletion crates/egui_suspense/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_suspense"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
authors = ["Lucas Meurer"]
description = "Automatically show loading and error uis for egui"
Expand Down
2 changes: 1 addition & 1 deletion crates/egui_thumbhash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_thumbhash"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["Lucas Meurer"]
description = "Easily use thumbhashes in egui"
Expand Down
2 changes: 1 addition & 1 deletion crates/egui_virtual_list/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_virtual_list"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["Lucas Meurer"]
homepage = "https://lucasmerlin.github.io/hello_egui/#/example/gallery"
Expand Down
2 changes: 1 addition & 1 deletion crates/hello_egui_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hello_egui_utils"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "Utilities used by crates from https://github.com/lucasmerlin/hello_egui"
license = "MIT"
Expand Down

0 comments on commit 13d011f

Please sign in to comment.