Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Jan 21, 2024
1 parent ea880e5 commit c38dcd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "hello_egui"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "A collection of useful crates for egui."
authors = ["Lucas Meurer"]
Expand Down Expand Up @@ -50,7 +50,7 @@ egui_suspense = { path = "./crates/egui_suspense", version = "0.2.0" }
egui_virtual_list = { path = "./crates/egui_virtual_list", version = "0.1.0" }
egui_infinite_scroll = { path = "./crates/egui_infinite_scroll", version = "0.1.0" }
egui_thumbhash = { path = "./crates/egui_thumbhash", version = "0.1.0" }
hello_egui = { path = ".", version = "0.1.0" }
hello_egui = { path = ".", version = "0.2.0" }

egui = { version = "0.25", default-features = false }
eframe = { version = "0.25", default-features = false }
Expand Down

0 comments on commit c38dcd5

Please sign in to comment.