blob: e8a1f7aee5d1dd8811224a7744b4ffe5f652ba95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[package]
name = "newton_shader"
version.workspace = true
edition.workspace = true
authors.workspace = true
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
teleia = { workspace = true }
glam = { workspace = true }
bitflags = { workspace = true }
rand = { workspace = true }
log = { workspace = true }
lazy_static = { workspace = true }
strum = { workspace = true }
wasm-bindgen = { workspace = true }
wasm-bindgen-futures = { workspace = true }
cfg-if = { workspace = true }
|