Skip to content

Commit 1e22daf

Browse files
committed
Update version and docs for release
1 parent 2e77464 commit 1e22daf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "egui-aesthetix"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Matt Williams <[email protected]>"]
55
description = "A Uniform and programmatic approach to theming Egui applications"
66
edition = "2021"

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,37 +85,37 @@ The library is very flexible and doesn't force you to include themes you don't w
8585
> the StandardDark and StandardLight themes
8686
8787
```toml
88-
egui-aesthetix = "0.2.3"
88+
egui-aesthetix = "0.2.4"
8989
```
9090

9191
> Only includes the Aesthetix trait, no themes will be included
9292
9393
```toml
94-
egui-aesthetix = { version = "0.2.3", default-features = false }
94+
egui-aesthetix = { version = "0.2.4", default-features = false }
9595
```
9696

9797
> Include all the themes
9898
9999
```toml
100-
egui-aesthetix = { version = "0.2.3", features = ["all_themes"] }
100+
egui-aesthetix = { version = "0.2.4", features = ["all_themes"] }
101101
```
102102

103103
> Only include standard themes and a specified theme (here carl is used as the specified theme)
104104
105105
```toml
106-
egui-aesthetix = { version = "0.2.3", features = ["standard", "carl" ] }
106+
egui-aesthetix = { version = "0.2.4", features = ["standard", "carl" ] }
107107
```
108108

109109
> Only include nord themes
110110
111111
```toml
112-
egui-aesthetix = { version = "0.2.3", features = ["nord"] }
112+
egui-aesthetix = { version = "0.2.4", features = ["nord"] }
113113
```
114114

115115
> Only include tokyo night themes
116116
117117
```toml
118-
egui-aesthetix = { version = "0.2.3", features = ["tokyo_night"] }
118+
egui-aesthetix = { version = "0.2.4", features = ["tokyo_night"] }
119119
```
120120

121121
## Usage

0 commit comments

Comments
 (0)