-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (23 loc) · 717 Bytes
/
Copy pathCargo.toml
File metadata and controls
26 lines (23 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "egui_widget_themenator"
version = "0.2.1"
edition = "2021"
rust-version = "1.96"
description = "An egui Catppuccin theme-widget crate"
keywords = ["egui", "eframe", "ui", "theme", "widget"]
categories = ["gui", "graphics", "rendering", "colors", "widget"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/white-rabbit-scientific/egui-widget-themenator"
documentation = "https://docs.rs/egui-widget-themenator"
readme = "README.md"
homepage = "https://github.com/white-rabbit-scientific/egui-widget-themenator"
exclude = [
".github/",
".gitignore",
]
[dependencies]
egui = "0.35"
indexmap = "2.12.1"
serde = { version = "1.0", features = ["derive"] }
[features]
default = []