Skip to content

Commit

Permalink
Added Help window and refactored to embrace the overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
ryco117 committed Jan 10, 2023
1 parent 5b45917 commit 5a05df6
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 156 deletions.
175 changes: 104 additions & 71 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fractal_sugar"
version = "0.1.5"
version = "0.1.6"
authors = ["Ryan Andersen <ryco117@gmail.com>"]
license = "GPL-3.0-or-later"
edition = "2021" # Rust Edition used in this package
Expand All @@ -15,8 +15,8 @@ bytemuck = "1.12.2"
cpal = "0.14.1"
crossbeam-channel = "0.5.6"
css-color-parser = "0.1.2"
egui = "0.19.0"
egui_winit_vulkano = "0.21.0"
egui = "0.20.1"
egui_winit_vulkano = "0.22.0"
ico = "0.3.0"
rustfft = "6.0.1"
serde = { version = "1.0.143", features = ["derive"] }
Expand Down
Loading

0 comments on commit 5a05df6

Please sign in to comment.