wander-pad 0.1.0

A simple desktop application for working with Wander.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "wander-pad"
version = "0.1.0"
publish = true
authors = ["Alex Michael Berry <alexmiberry@gmail.com>"]
edition = "2021"
license = "MPL-2.0"
description = "A simple desktop application for working with Wander."
repository = "https://github.com/almibe/wander/"

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

[dependencies]
wander = "0.5.0" #{ path = "../wander" }
eframe = "0.23.0"