This repository was archived by the owner on Jul 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# freezeout changelog
22
3- ## 0.2.1 - Unreleased
3+ ## 0.2.1 - 2025-06-01
44
55### 🔧 Changed
66
Original file line number Diff line number Diff line change @@ -20,21 +20,5 @@ To use it in your project add a dependency to your `Cargo.toml`:
2020
2121``` toml
2222[dependencies ]
23- freezeout-cards = " 0.1.2"
24- ```
25-
26- if you need access to parallel iteration and sampling:
27-
28- ``` toml
29- [dependencies ]
30- freezeout-cards = { version = " 0.1.2" , features = [" parallel" ] }
31- ```
32-
33- if you need access to the egui cards textures:
34-
35- ``` toml
36- [dependencies ]
37- freezeout-cards = { version = " 0.1.2" , features = [" egui" ] }
38- ```
39-
40-
23+ freezeout-cards = " 0.2.1"
24+ ```
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ To use it in your project add a dependency to your `Cargo.toml`:
1414
1515``` toml
1616[dependencies ]
17- freezeout-eval = " 0.1.2 "
17+ freezeout-eval = " 0.2.1 "
1818```
1919
2020for maximum performance you can enable the following optimizations (see root ` Cargo.toml ` ):
@@ -25,7 +25,7 @@ opt-level = 3
2525lto = "fat"
2626```
2727
28- ## Running examples
28+ ## Running examples
2929
3030To run the [ single threaded example] ( ./examples/eval_all7.rs ) :
3131
You can’t perform that action at this time.
0 commit comments