37 lines
828 B
TOML
37 lines
828 B
TOML
[package]
|
|
name = "iced_glow"
|
|
version = "0.1.0"
|
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
|
edition = "2018"
|
|
description = "A glow renderer for iced"
|
|
license = "MIT AND OFL-1.1"
|
|
repository = "https://github.com/hecrj/iced"
|
|
|
|
[features]
|
|
canvas = ["iced_graphics/canvas"]
|
|
image = []
|
|
svg = []
|
|
|
|
[dependencies]
|
|
euclid = "0.20"
|
|
bytemuck = "1.2"
|
|
glam = "0.8"
|
|
log = "0.4"
|
|
glyph_brush = "0.6"
|
|
|
|
[dependencies.glow]
|
|
git = "https://github.com/grovesNL/glow"
|
|
rev = "722a850e972a69c3012fcb3687758eacbdac2823"
|
|
|
|
[dependencies.iced_native]
|
|
version = "0.2"
|
|
path = "../native"
|
|
|
|
[dependencies.iced_graphics]
|
|
version = "0.1"
|
|
path = "../graphics"
|
|
features = ["font-source", "font-fallback", "font-icons", "opengl"]
|
|
|
|
[dependencies.glow_glyph]
|
|
git = "https://github.com/hecrj/glow_glyph"
|
|
rev = "f027ffa49962d78ac85e282c635e848bef785ee9"
|