1 Star 0 Fork 0

sndnvaps/rpi-sysinfo-display-rust

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 803 Bytes
一键复制 编辑 原始数据 按行查看 历史
sndnvaps 提交于 2023-11-14 21:45 +08:00 . 使用features来分离 读取温度的func
[package]
name = "rpi-sysinfo-display"
version = "0.5.1"
edition = "2021"
description = "0.96 inch oled driver for OPENWRT Raspberry Pi"
keywords = ["i2c", "driver", "ssd1306", "rpi", "openwrt"]
repository = "github.com/sndnvaps/rpi-sysinfo-display-rust"
authors = ["Samuel Freeman <admin@sndnvaps.com>"]
license = "MIT/Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
[dependencies]
ssd1306 = "0.8.0"
linux-embedded-hal = "0.3.2"
embedded-graphics = "0.8.0"
local_ipaddress = "0.1.3"
chrono = "0.4.26"
execute = "0.2.12"
scan_fmt = "0.2.6"
cfg-if = "1.0.0"
[build-dependencies.version_check]
version = "0.9"
[features]
default = ["raspberrypi"]
raspberrypi = []
linux = []
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/sndnvaps/rpi-sysinfo-display-rust.git
git@gitee.com:sndnvaps/rpi-sysinfo-display-rust.git
sndnvaps
rpi-sysinfo-display-rust
rpi-sysinfo-display-rust
main

搜索帮助