Skip to content

Commit

Permalink
game hangs on exit, but this is progress!
Browse files Browse the repository at this point in the history
  • Loading branch information
avafloww committed Jul 3, 2023
1 parent 603a36f commit 0989e38
Show file tree
Hide file tree
Showing 7 changed files with 1,232 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.bonelessrc.json

deps/cef_binary*
deps/cef-sys/cef_binary*
local/
dist/
Expand Down
87 changes: 86 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions components/llrt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tokio = { version = "1.28.2", features = ["net", "rt", "rt-multi-thread", "time"
rmp = "0.8.11"
rmp-serde = "1.1.1"
serde = { version = "1.0.163", features = ["derive"] }
windows = { version = "0.48.0", features = ["Win32_Foundation", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", "Win32_System_LibraryLoader", "Win32_System_ProcessStatus"] }
windows = { version = "0.48.0", features = ["Win32_Foundation", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", "Win32_System_LibraryLoader", "Win32_System_ProcessStatus", "Win32_Graphics_Gdi", "Win32_Graphics_Dxgi", "Win32_Graphics_Dxgi_Common", "Win32_Graphics_Direct3D11", "Win32_Graphics_Direct3D"] }
serde_json = "1.0.96"
anyhow = "1.0.71"
include_dir = "0.7.3"
Expand All @@ -30,7 +30,7 @@ itertools = "0.10.5"
rustc-hash = "1.1.0"
deno_core = "0.191.0"
retour = { version = "0.3.0", features = ["static-detour"] }
cef-sys = { path = "../../deps/cef-sys" }
webview2-com = "0.25.0"

[build-dependencies]
chrono = "0.4.26"
Loading

0 comments on commit 0989e38

Please sign in to comment.