mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
* Bump MSRV to 1.67 * clippy fixes * cargo clippy: inline format args * Add `clippy::uninlined_format_args` to cranky lints * Fix clippy on wasm * More clippy fixes
15 lines
364 B
TOML
15 lines
364 B
TOML
[package]
|
|
name = "user_attention"
|
|
version = "0.1.0"
|
|
authors = ["TicClick <ya@ticclick.ch>"]
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
rust-version = "1.67"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
eframe = { path = "../../crates/eframe", features = [
|
|
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
|
|
] }
|
|
env_logger = "0.10"
|