feat: basic GUI terminal when pressing F12
This commit is contained in:
parent
964a006c47
commit
08af93448c
15 changed files with 808 additions and 845 deletions
|
@ -82,13 +82,6 @@ fn main() {
|
|||
}
|
||||
};
|
||||
|
||||
writeln!(
|
||||
built_rs,
|
||||
"{}pub static GIT_COMMIT_HASH: &str = \"{}\";",
|
||||
ALLOW_DEAD_CODE, git_info
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
match Lockfile::load(lockfile_path) {
|
||||
Ok(lockfile) => {
|
||||
let dependencies_to_track = ["tokio", "winit", "wgpu"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue