-
- Downloads
draw (scaling broken)
parents
No related branches found
No related tags found
.gitignore
0 → 100644
Cargo.toml
0 → 100644
[package] | ||
name = "envelop_edit" | ||
version = "0.1.0" | ||
authors = ["Per Lindgren <per.lindgren@ltu.se>"] | ||
edition = "2018" | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies.druid] | ||
version = "0.4.0" | ||
path = "../druid/druid" | ||
[dependencies] | ||
log = "0.4.8" |
examples/draw.rs
0 → 100644
src/main.rs
0 → 100644
Please register or sign in to comment