mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
18 lines
383 B
TOML
18 lines
383 B
TOML
[package]
|
|
name = "gui-test"
|
|
version = "0.1.0"
|
|
rust-version.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
async-executor = "1.8.0"
|
|
async-io.workspace = true
|
|
async-lock = "3.3.0"
|
|
async-process = "2.1.0"
|
|
inventory = "0.3.15"
|
|
owo-colors = "4.0.0"
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = "1.0.114"
|