Skip to content

Commit

Permalink
fix supported version description
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedec committed May 20, 2024
1 parent 4339ed1 commit 91464e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Choose one of FMOD supported versions:

| libfmod | FMOD |
|---------|---------|
| 2.222.1 | 2.02.22 |
| 2.206.5 | 2.02.06 |
| 2.222 | 2.02.22 |
| 2.206 | 2.02.06 |

```toml
[dependencies]
libfmod = "2.206.5"
libfmod = "~2.206"
```

#### FMOD Development Libraries
Expand Down

0 comments on commit 91464e4

Please sign in to comment.