Add screenplay

This commit is contained in:
Savanni D'Gerinel 2023-08-07 16:06:38 -04:00
parent 5e56a56dd8
commit 0cc232c3b5
4 changed files with 9 additions and 10 deletions

7
Cargo.lock generated
View File

@ -1537,6 +1537,13 @@ version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "screenplay"
version = "0.1.0"
dependencies = [
"gtk4",
]
[[package]]
name = "security-framework"
version = "2.9.2"

View File

@ -6,4 +6,5 @@ members = [
"geo-types",
"ifc",
"memorycache",
"screenplay",
]

View File

@ -2,7 +2,7 @@
set -euo pipefail
RUST_ALL_TARGETS="dashboard ifc memorycache geo-types fluent-ergonomics cyberpunk-splash"
RUST_ALL_TARGETS="dashboard ifc memorycache geo-types fluent-ergonomics cyberpunk-splash screenplay"
build_rust_targets() {
local CMD=$1

View File

@ -1,9 +0,0 @@
dev:
cargo watch -x build
test:
cargo watch -x test
test-once:
cargo test