diff --git a/README.md b/README.md index da05676..ca0d1c2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/c11/meson.build b/c11/meson.build index 589f56a..582ee7a 100644 --- a/c11/meson.build +++ b/c11/meson.build @@ -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']) diff --git a/c11/src/trackball.h b/c11/src/trackball.h index cf268fd..b02d2fa 100644 --- a/c11/src/trackball.h +++ b/c11/src/trackball.h @@ -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 /// \copyright MIT OR Apache-2.0 ///