mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 22:21:56 +03:00
9e947eb8a0
Original commit: ae77cfb98d
25 lines
473 B
TOML
25 lines
473 B
TOML
[package]
|
|
name = "basegl-backend-webgl"
|
|
version = "0.1.0"
|
|
authors = ["Wojciech Danilo <wojciech.danilo@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
basegl-prelude = { version = "0.1.0" , path = "../../prelude" }
|
|
failure = "0.1.5"
|
|
derive_more = "0.15.0"
|
|
shrinkwraprs = "0.2.1"
|
|
itertools = "0.8"
|
|
|
|
[dependencies.web-sys]
|
|
version = "0.3.4"
|
|
features = [
|
|
'HtmlCanvasElement',
|
|
'WebGlBuffer',
|
|
'WebGlRenderingContext',
|
|
'WebGlProgram',
|
|
'WebGlShader',
|
|
]
|