forked from StrafesNET/roblox-bot-player
27 lines
677 B
TOML
27 lines
677 B
TOML
[package]
|
|
name = "strafesnet_roblox_bot_player_wasm_module"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[features]
|
|
default = []
|
|
webgl = ["wgpu/webgl"]
|
|
|
|
[dependencies]
|
|
glam.workspace = true
|
|
wgpu.workspace = true
|
|
strafesnet_roblox_bot_player.workspace = true
|
|
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"] }
|
|
|
|
[package.metadata.wasm-pack.profile.release]
|
|
wasm-opt = ["-Oz", "--enable-bulk-memory","--enable-nontrapping-float-to-int"]
|