![dependabot-preview[bot]](/assets/img/avatar_default.png)
Updates the requirements on [libm](https://github.com/rust-lang/libm) to permit the latest version. - [Release notes](https://github.com/rust-lang/libm/releases) - [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libm/compare/0.1.3...0.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
23 lines
491 B
TOML
23 lines
491 B
TOML
[package]
|
|
name = "mpu6050"
|
|
version = "0.1.3"
|
|
authors = ["Julian Gaal <gjulian@uos.de>"]
|
|
edition = "2018"
|
|
|
|
description = "Platform agnostic driver for MPU6050 6-axis IMU"
|
|
repository = "https://github.com/juliangaal/mpu6050"
|
|
readme = "README.md"
|
|
keywords = ["mpu6050", "imu", "embedded"]
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
embedded-hal = "0.2.2"
|
|
libm = "0.2.1"
|
|
|
|
[dependencies.nalgebra]
|
|
default-features = false
|
|
version = "0.18.0"
|
|
|
|
[dev-dependencies]
|
|
i2cdev = "0.4.2"
|
|
linux-embedded-hal = "0.2.2"
|