Skip to content

Commit 9ca3c5d

Browse files
authored
Merge pull request #7 from ada-x64/tfw/integrate_console
tfw/integrate console
2 parents b42397b + 8954980 commit 9ca3c5d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+329
-631
lines changed

.config/env.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export CARGO_TERM_COLOR="always"
22
export PYTHONUNBUFFERED=1
33
export RUSTC_WRAPPER="sccache"
4-
export MISE_EXPERIMENTAL=1
54

65
if [[ -n "$SSH_CLIENT" ]]; then
76
export FEATURES=""

.config/mise.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
experimental_monorepo_root = true
2-
31
[env]
42
_.source = ".config/env.sh"
53

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ clap = {version = "4.5.54", features = ["derive"] }
3333

3434
# workspace
3535
q_screens = {path = "../screens", version= "^0.1.0" }
36+
q_cmd_prompt = {path = "../cmd_prompt", version="^0.1.0"}
37+
bevy-inspector-egui = "0.36.0"
3638

3739
[build-dependencies]
3840
built = {version = "0.8.0", features=["chrono"]}
Lines changed: 1 addition & 7 deletions

0 commit comments

Comments
 (0)