2021-04-13 14:23:12 +00:00
|
|
|
[package]
|
2022-05-09 17:20:26 +00:00
|
|
|
name = "yewprint"
|
2023-05-17 12:25:15 +00:00
|
|
|
version = "0.4.6"
|
2022-05-09 17:20:26 +00:00
|
|
|
authors = ["Cecile Tonglet <cecile.tonglet@cecton.com>"]
|
2022-08-22 14:15:22 +00:00
|
|
|
edition = "2021"
|
2022-05-09 17:20:26 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
description = "Port of blueprintjs.com to Yew"
|
|
|
|
repository = "https://github.com/yewprint/yewprint"
|
|
|
|
homepage = "https://github.com/yewprint/yewprint"
|
|
|
|
documentation = "https://docs.rs/yewprint"
|
|
|
|
readme = "README.md"
|
2022-12-14 10:06:44 +00:00
|
|
|
include = ["src/**/*.rs", "README.md", "LICENSE.Apache-2.0", "LICENSE.MIT"]
|
2022-05-09 17:20:26 +00:00
|
|
|
keywords = ["blueprint", "yew", "ui"]
|
|
|
|
categories = ["gui"]
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default = ["tree"]
|
|
|
|
tree = ["id_tree"]
|
2021-04-13 14:23:12 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-10-08 12:34:16 +00:00
|
|
|
gloo = "0.10"
|
2022-12-14 09:26:26 +00:00
|
|
|
id_tree = { version = "1.8", optional = true }
|
2023-10-08 12:34:16 +00:00
|
|
|
implicit-clone = "0.4.1"
|
2022-05-09 17:20:26 +00:00
|
|
|
wasm-bindgen = "0.2"
|
2023-05-17 12:05:41 +00:00
|
|
|
web-sys = { version = "0.3", features = ["DomRect", "Element", "Event", "HtmlSelectElement", "DomTokenList", "CssStyleDeclaration", "Window", "MediaQueryList"] }
|
2023-10-08 12:34:16 +00:00
|
|
|
yew = "0.21"
|
2023-03-01 14:50:38 +00:00
|
|
|
yew-callbacks = "0.2.1"
|
2022-06-28 08:57:14 +00:00
|
|
|
|
2020-09-27 12:49:05 +00:00
|
|
|
[workspace]
|
2022-05-09 17:20:26 +00:00
|
|
|
members = ["yewprint-css", "yewprint-doc", "xtask"]
|