mirror of
https://github.com/danbulant/lucide
synced 2026-05-19 04:18:41 +00:00
104 lines
1.6 KiB
TOML
104 lines
1.6 KiB
TOML
[package]
|
|
name = "lucide-yew"
|
|
description = "Yew port of Lucide."
|
|
homepage = "https://lucide.rustforweb.org/frameworks/yew.html"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
version.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
accessibility = []
|
|
account = []
|
|
animals = []
|
|
arrows = []
|
|
brands = []
|
|
buildings = []
|
|
charts = []
|
|
communication = []
|
|
connectivity = []
|
|
cursors = []
|
|
design = []
|
|
development = []
|
|
devices = []
|
|
emoji = []
|
|
files = []
|
|
finance = []
|
|
food-beverage = []
|
|
gaming = []
|
|
home = []
|
|
layout = []
|
|
mail = []
|
|
math = []
|
|
medical = []
|
|
multimedia = []
|
|
nature = []
|
|
navigation = []
|
|
notifications = []
|
|
people = []
|
|
photography = []
|
|
science = []
|
|
seasons = []
|
|
security = []
|
|
shapes = []
|
|
shopping = []
|
|
social = []
|
|
sports = []
|
|
sustainability = []
|
|
text = []
|
|
time = []
|
|
tools = []
|
|
transportation = []
|
|
travel = []
|
|
weather = []
|
|
all-icons = [
|
|
"accessibility",
|
|
"account",
|
|
"animals",
|
|
"arrows",
|
|
"brands",
|
|
"buildings",
|
|
"charts",
|
|
"communication",
|
|
"connectivity",
|
|
"cursors",
|
|
"design",
|
|
"development",
|
|
"devices",
|
|
"emoji",
|
|
"files",
|
|
"finance",
|
|
"food-beverage",
|
|
"gaming",
|
|
"home",
|
|
"layout",
|
|
"mail",
|
|
"math",
|
|
"medical",
|
|
"multimedia",
|
|
"nature",
|
|
"navigation",
|
|
"notifications",
|
|
"people",
|
|
"photography",
|
|
"science",
|
|
"seasons",
|
|
"security",
|
|
"shapes",
|
|
"shopping",
|
|
"social",
|
|
"sports",
|
|
"sustainability",
|
|
"text",
|
|
"time",
|
|
"tools",
|
|
"transportation",
|
|
"travel",
|
|
"weather",
|
|
]
|
|
|
|
[dependencies]
|
|
yew.workspace = true
|