build: add more libs
This commit is contained in:
parent
f079fe9a2b
commit
9904be468a
@ -10,14 +10,14 @@ crate-type = ["cdylib"]
|
|||||||
stats = []
|
stats = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
godot = { git = "https://github.com/godot-rust/gdext", branch = "master", features = ["api-4-3", "experimental-threads", "register-docs"] }
|
godot = { git = "https://github.com/godot-rust/gdext", branch = "master", features = ["api-4-3", "register-docs"] }
|
||||||
glam = { version = "0.28", features = ["fast-math"] }
|
glam = { version = "0.28", features = ["fast-math"] }
|
||||||
rayon = { version = "1.10" }
|
rayon = { version = "1.10" }
|
||||||
rustc-hash = "2"
|
rustc-hash = "2"
|
||||||
indexmap = "2.4.0"
|
indexmap = "2.4.0"
|
||||||
|
|
||||||
[target.wasm32-unknown-emscripten.dependencies]
|
[target.wasm32-unknown-emscripten.dependencies]
|
||||||
godot = { git = "https://github.com/godot-rust/gdext", branch = "master", features = ["api-4-3", "experimental-threads", "register-docs", "experimental-wasm", "lazy-function-tables"] }
|
godot = { git = "https://github.com/godot-rust/gdext", branch = "master", features = ["api-4-3", "register-docs", "experimental-wasm", "lazy-function-tables"] }
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
opt-level = 1
|
opt-level = 1
|
Loading…
Reference in New Issue
Block a user