scribl_widget 0.3.0

Some druid widgets for the `scribl` animation program
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "scribl_widget"
version = "0.3.0"
authors = ["Joe Neeman <joeneeman@gmail.com>"]
edition = "2018"
readme = "../README.md"
license = "MIT"
repository = "https://github.com/jneem/scribl"
description = "Some druid widgets for the `scribl` animation program"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.34"
druid = "0.7"
log = "0.4.11"