Skip to content

Commit

Permalink
fix enum variant names, make number-started variant pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedec committed Oct 20, 2022
1 parent 5178913 commit 6d9e817
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 116 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libfmod"
version = "2.2.602"
version = "2.2.603"
edition = "2021"
license = "MIT"
description = "A library wrapper for integrating FMOD Engine in Rust applications."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For example for FMOD Engine 2.02.06 you should use:

```toml
[dependencies]
libfmod = "2.2.602"
libfmod = "2.2.603"
```

#### FMOD Development Libraries
Expand Down
Loading

0 comments on commit 6d9e817

Please sign in to comment.