Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Jul 6, 2024
1 parent 95ea8b8 commit cd2b869
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,7 @@ impl Trackball {

## C11 Implementation

Identical [C11 implementation](c11) for [`Orbit`] operation handler behind `cc` feature gate:

```toml
[dependencies]
trackball = { version = "0.13.0", features = ["cc"] }
```
Use identical [C11 implementation](c11) for [`Orbit`] operation handler behind `cc` feature gate.

[`Orbit`]: https://docs.rs/trackball/latest/trackball/struct.Orbit.html

Expand Down
2 changes: 1 addition & 1 deletion c11/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('trackball', 'c',
version : '0.13.0',
version : '0.14.0',
license : 'MIT OR Apache-2.0',
default_options : ['c_std=c11'])

Expand Down
2 changes: 1 addition & 1 deletion c11/src/trackball.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/// [S2CID]: https://en.wikipedia.org/wiki/S2CID_(identifier)
/// [44199608]: https://api.semanticscholar.org/CorpusID:44199608
///
/// \version v0.13.0
/// \version v0.14.0
/// \author Rouven Spreckels <[email protected]>
/// \copyright MIT OR Apache-2.0
///
Expand Down

0 comments on commit cd2b869

Please sign in to comment.