blob: 57ea6e1a2af2fc6a2fa6316f11f7cd9254be84a9 (
plain)
1
2
3
4
5
6
7
8
9
|
[package]
name = "stockton-input"
version = "0.1.0"
authors = ["Oscar Shrimpton <oscar.shrimpton.personal@gmail.com>"]
edition = "2018"
[dependencies]
stockton-types = { path = "../stockton-types" }
egui = "^0.2"
|