Display: bring in ray-casting code
This commit is contained in:
parent
49655a8d62
commit
cd18d594e0
5 changed files with 583 additions and 6 deletions
|
|
@ -9,6 +9,7 @@ default = ["console_error_panic_hook"]
|
|||
|
||||
[dependencies]
|
||||
itertools = "0.13.0"
|
||||
js-sys = "0.3.70"
|
||||
nalgebra = "0.33.0"
|
||||
sycamore = "0.9.0-beta.3"
|
||||
|
||||
|
|
@ -20,6 +21,16 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
|
|||
|
||||
[dependencies.web-sys]
|
||||
version = "0.3.69"
|
||||
features = [
|
||||
'HtmlCanvasElement',
|
||||
'Performance',
|
||||
'WebGl2RenderingContext',
|
||||
'WebGlBuffer',
|
||||
'WebGlProgram',
|
||||
'WebGlShader',
|
||||
'WebGlUniformLocation',
|
||||
'WebGlVertexArrayObject'
|
||||
]
|
||||
|
||||
[dev-dependencies]
|
||||
wasm-bindgen-test = "0.3.34"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue