Skip to content

Commit 945986f

Browse files
committed
prep for publish
1 parent 48d6ccb commit 945986f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

crates/screens/Cargo.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
name = "q_screens"
33
version = "0.1.0"
44
edition = "2024"
5+
license = "MIT OR Apache-2.0"
6+
repository = "https://github.com/ada-x64/qproj"
57

68
[dependencies]
79
# bevy
8-
bevy = {version="0.18"} # features=["default_app", "default_platform", "common_api"]}
10+
bevy = {version="0.18", features=["default_app", "default_platform", "common_api"]}
911

1012
# not bevy
1113
tiny_bail = "0.7"
@@ -17,13 +19,13 @@ anyhow = "1.0.99"
1719
strum = { version = "0.27.2", features = ["derive"] }
1820
variadics_please = "1.1.0"
1921

20-
# local
21-
q_test_harness = {path="../test_harness", version="0.1.0"}
22-
2322
[dev-dependencies]
2423
# just for a few inspector things... should really fork them
2524
bevy-inspector-egui = "0.36"
2625
bevy_asset_loader = "0.25"
2726

27+
# local
28+
q_test_harness = {path="../test_harness", version="0.1.0"}
29+
2830
[lints]
2931
workspace = true

crates/test_harness/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2024"
55
description = "Simple test harness for Bevy applications."
66
license = "MIT OR Apache-2.0"
7-
repository = "https://github.com/ada-x64/bevy-test-harness"
7+
repository = "https://github.com/ada-x64/qproj"
88

99
[dependencies]
1010
bevy = { version = "0.18.0", default-features = false, features = ["default_app", "default_platform"] }

0 commit comments

Comments
 (0)