implement file drag drop for native player

This commit is contained in:
2026-02-20 09:14:49 -08:00
parent c33daaf0c6
commit 2f584744c7
12 changed files with 41 additions and 113 deletions

View File

@@ -11,6 +11,7 @@ strafesnet_roblox_bot_player = { version = "0.1.0", path = "../lib" }
strafesnet_common.workspace = true
strafesnet_graphics.workspace = true
strafesnet_roblox_bot_file.workspace = true
strafesnet_snf.workspace = true
wasm-bindgen = "0.2.108"
wasm-bindgen-futures = "0.4.58"
web-sys = { version = "0.3.85", features = ["HtmlCanvasElement"] }