Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 737c59a

Browse files
committed
Update docs.
1 parent 0261f5f commit 737c59a

3 files changed

Lines changed: 5 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# freezeout changelog
22

3-
## 0.2.1 - Unreleased
3+
## 0.2.1 - 2025-06-01
44

55
### 🔧 Changed
66

crates/cards/README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff 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+
```

crates/eval/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2020
for maximum performance you can enable the following optimizations (see root `Cargo.toml`):
@@ -25,7 +25,7 @@ opt-level = 3
2525
lto = "fat"
2626
```
2727

28-
## Running examples
28+
## Running examples
2929

3030
To run the [single threaded example](./examples/eval_all7.rs):
3131

0 commit comments

Comments
 (0)