@@ -85,37 +85,37 @@ The library is very flexible and doesn't force you to include themes you don't w
85
85
> the StandardDark and StandardLight themes
86
86
87
87
``` toml
88
- egui-aesthetix = " 0.2.3 "
88
+ egui-aesthetix = " 0.2.4 "
89
89
```
90
90
91
91
> Only includes the Aesthetix trait, no themes will be included
92
92
93
93
``` toml
94
- egui-aesthetix = { version = " 0.2.3 " , default-features = false }
94
+ egui-aesthetix = { version = " 0.2.4 " , default-features = false }
95
95
```
96
96
97
97
> Include all the themes
98
98
99
99
``` toml
100
- egui-aesthetix = { version = " 0.2.3 " , features = [" all_themes" ] }
100
+ egui-aesthetix = { version = " 0.2.4 " , features = [" all_themes" ] }
101
101
```
102
102
103
103
> Only include standard themes and a specified theme (here carl is used as the specified theme)
104
104
105
105
``` toml
106
- egui-aesthetix = { version = " 0.2.3 " , features = [" standard" , " carl" ] }
106
+ egui-aesthetix = { version = " 0.2.4 " , features = [" standard" , " carl" ] }
107
107
```
108
108
109
109
> Only include nord themes
110
110
111
111
``` toml
112
- egui-aesthetix = { version = " 0.2.3 " , features = [" nord" ] }
112
+ egui-aesthetix = { version = " 0.2.4 " , features = [" nord" ] }
113
113
```
114
114
115
115
> Only include tokyo night themes
116
116
117
117
``` toml
118
- egui-aesthetix = { version = " 0.2.3 " , features = [" tokyo_night" ] }
118
+ egui-aesthetix = { version = " 0.2.4 " , features = [" tokyo_night" ] }
119
119
```
120
120
121
121
## Usage
0 commit comments