mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
This allows the tests to be run inside of a Docker container with linux with X11 inside. Signed-off-by: John Nunley <dev@notgull.net>
14 lines
267 B
TOML
14 lines
267 B
TOML
[package]
|
|
name = "gui-test-runner"
|
|
version = "0.1.0"
|
|
rust-version.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
camino = "1.1.6"
|
|
fastrand = "2.0.1"
|
|
gui-test.workspace = true
|
|
serde_json.workspace = true
|