mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
18 lines
440 B
TOML
18 lines
440 B
TOML
[package]
|
|
name = "test-driver-rust"
|
|
version = "0.1.5"
|
|
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
|
edition = "2018"
|
|
license = "GPL-3.0-only"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
path = "main.rs"
|
|
name = "test-driver-rust"
|
|
|
|
[dependencies]
|
|
sixtyfps = { path = "../../../api/sixtyfps-rs" }
|
|
sixtyfps-rendering-backend-testing = { path = "../../../sixtyfps_runtime/rendering_backends/testing" }
|
|
|
|
[build-dependencies]
|
|
test_driver_lib = { path = "../driverlib" }
|